/*@import "styles_navigation.css"; - put this back in if you can make it work*/

/***********************************************/
/* HTML and Selector tag styles */
/***********************************************/
body {
	color: #666666;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #27377F;
}

a:visited {
	color: #27377F;
}

a:hover {
	color: #922611;
}


