a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: none;
			
}  /* visited link */

a:hover {
	color: #990000;
	text-decoration: underline;
}   /* mouse over link */

a:active {
	color: #006699;
	text-decoration: underline;
}   /* selected link */
