body, th, td, input, select, textarea {
	font-family: Arial, verdana, helvetica;
	font-size: 14px;
}
body {
	background: #ffffff;
	color: black;
}
a:link {
	text-decoration: none;
	color: #c00000;
	background: #fff0f0;
}
a:active {
	text-decoration: none;
	color: #ff8080;
}
a:visited {
	text-decoration: none;
	color: #800000;
	background: #ffeeee;
}
a:hover {
	color: #ffffff;
	background: #ff0000;
}

