body {
	color: #333333;
	background: #EDEDED;
	}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	}
td {
	color: #333333;
}
.coloredStar{
	color: #0000A0;
}
.error {
	color:#FF0000;
}
