body {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica;
 font-size: 14px;
 color: #000000;
 text-decoration: none;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
 text-decoration: underline;
}