@charset "ISO-8859-1";

a:link    {
	text-decoration: underline;
	color: #0084d6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}    /* unvisited links */
a:visited {
	text-decoration: underline;
	color: #005284;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}   /* visited links   */
a:hover   { 
	text-decoration: none;
	color: #007b31; } /* user hovers     */
a:active  {
	text-decoration: none;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}   /* active links    */

