﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.footer {
	font-size: x-small;
	text-align: center;
}
.footer a {
	text-decoration:none;
	color:inherit;
}
.footer a:hover {
	text-decoration:underline;
}


.sites {
	width: 100%;
}
.sites tr:hover {
	background-color:#F0F4FF;
}
.sitename {
	font-size: small;
	font-weight: bold;	
}
.sitename a, a:hover {
	text-decoration: none;
/*	color: #808080; 	*/
	color: navy;
}
.siteicon {
	text-align: center;
	width: 75px;
}
.siteicon img {
	border: 0;
}

