a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;

}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
