body {
	background-color: white;
}

table.item {
	background-color: #CCCCFF;
}

a.site:link, a.site:visited {
color: blue;
text-decoration: none;
}

a.site:hover {
 color: blue;
 text-decoration: underline; 
}

a.site:active {
color: blue;
text-decoration: none;
}