﻿#table1 {
	background-color: #333333;
}
#table2 {
	background-color: #006666;
}
body {
	background-color: #666666;
}
a:link {
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
	color: #EEEEEE;
}
a:hover {text-decoration:none;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	
}
a:visited {
text-decoration:none;
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
	color: #EEEEEE;
}

.bodytext {
	font-family: Verdana;
	font-size: small;
	color: #F4FFFF;
}

