.main {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
