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

td {
	font-family: Arial, Helvetica, sans-serif;
}

A:link {
	color : #000000;
	text-decoration : underline;
}

A:visited {
	color : #FFA332;
	text-decoration : underline;
}

A:active {
	color : #000000;
	text-decoration : none;
}

A:hover {
	color : #FFFF00;
	background-color : #000000;
	text-decoration : none;
}

.error {
	color:#FD2C91;
	background-color: #FFFFFF;
	font-size: bigger;
}