tr.even {
	background-color: rgb(255,255,204);
}
tr.odd {
	background-color: white;
}
tr.day {
	background-color: rgb(117,255,255);
}
.lightgrey {
	background-color: rgb(203,203,203);
}
A:link {
	text-decoration: none;
	color: rgb(0,0,0);
}
A:visited {
	text-decoration: none;
	color: rgb(0,0,0);
}
A:active {
	text-decoration: none
	color: rgb(0,0,0);
}
A:hover {
	text-decoration: underline; color: red; 
}
table	{ 
	margin-left: auto;
	margin-right: auto;
}
div.wrapper {
	border: 1px solid rgb(203,203,203);
	min-width:480px; 
	padding-top: 0px; padding-left: 0px; margin-top: 0px margin-left:0px; 
}
body{
	padding: 0px; 
	margin:1px; 
}
.center{
	text-align: center;
}
