/*Typography*/

body,p,div,li,ol,dl,td,em,pre,blockquote,textarea,input {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6	{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

/* LINKS */
a:link {
	color:#0000FF;
	text-decoration:underline;
	}
a:active {
	color:#FF0000;
	text-decoration:underline;
	}
a:visited {
	color:#0000FF;
	text-decoration:underline;
	}
a:hover {
	color:#0066CC;
	text-decoration:none;
	}
	
/* Ancillary Link */	
a.anc:link {
	color:#0000FF;
	background-color: #BABA80;
	text-decoration:none;
	}
a.anc:active {
	color:#FF0000;
	background-color: #BABA80;
	text-decoration:none;
	}

a.anc:visited {
	color:#0000FF;
	background-color: #BABA80;
	text-decoration:none;
	}

a.anc:hover {
	color:#0066CC;
	background-color: #BABA80;
	text-decoration:underline;
	}
	

