#dividers {
	background-color: #eee;
}

#oddcolor {
	background-color: CAE1FF;
}


#evencolor {
	background-color: BCD2EE;
}

#header {
	background-color: E0E0E0;
}

body {
background:silver;
font-family:sans-serif;
font-size:12px;
}

td {
font-family:sans-serif;
FONT-SIZE:13px;
}

th {
font-family:sans-serif;
font-size:13px;
}

a {
text-decoration:none;
color:blue;
font-weight:500;
font-size:13px;
}

a:hover {
text-decoration:none;
color:red;
font-size:13px;
}
