body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}
a:hover {
	color: #000000;
	background-color: #FFFFFF;

}

