/* CSS Document */

.main {
	background: #FFFFFF; 
	font: bold 16px sans-serif, Arial;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}
