/* Navigation - Text */

a:link {
	color: #000000;
	text-decoration: none;
	font-size: small;
}

a:visited {
	
	color: #000000;
	text-decoration: none;
	font-size: small;
}


a:hover {
	
	color: #996633;
	
	text-decoration: none;
	font-size: small;
}


a:active {
	
	color: #996633;
	text-decoration: none;
	
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}



a.text {
	text-decoration: none;
	color: #3300cc;
	font-family: "Times New Roman", Times, serif;
}

a.text:hover {
	color: #3300cc;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
;
}

p:navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
a.h2text {
	text-decoration: underline;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;

}

a.h2text:hover {
	color: #996633;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: large;

}
