/* CSS Document */

a {
	text-decoration: underline;
	color: #660033;



}
A:active        {
		color:#FF0000;
		text-decoration: underline;
		}

A:visited       {
		color:#666666;
		text-decoration: underline;
		}

A:hover         {
	text-decoration: none;

		}
		
A.resources {
	text-decoration: none;
	color: #990000;

}
A.resources:active        {
		color:#FF0000;
		text-decoration: underline;
		}

A.resources:visited       {
		color:#863506;
		text-decoration: underline;
		}

A.resources:hover         {
	text-decoration: underline;

		}
		

A.footer {
	text-decoration: none;
	color: #cc9900;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
}
A.footer:active        {
		color:#FF0000;
		text-decoration: underline;
		}

A.footer:visited       {
		color:#999999;
		}

A.footer:hover         {
	text-decoration: underline;

		}
		



A.rightnav {
	text-decoration: underline;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;

}
A.rightnav:active        {
		color:#FF0000;
		text-decoration: underline;
		}

A.rightnav:visited       {
		color:#990000;
		text-decoration: underline;
		}

A.rightnav:hover         {
	text-decoration: none;

		}
