body {
	background-color: #ffffff;
}
A:LINK {
	color: #000000;
	text-decoration : none;
}
A:VISITED {
color: #000000;
text-decoration: none 
}
A:HOVER {
	color: #ff0000;
	text-decoration : none;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 10px;
}



