a:link {  text-decoration: none; color: #0000CC}
a:active {  color: #666666; text-decoration: none}
a:visited {  color: #006600; text-decoration: none}
a:hover {
	text-decoration: underline;
	color: #33CC00;
	font-weight: 300;
	font-style: normal;
}

