h3 {
	font-size: 14px;
	font-family: Georgia;
	margin-bottom: 0px;
	text-align: center;
	color: White;
	padding-top: 5px;
	padding: 5px;
}
h1 {
	font-size: 18px;
	font-family: Georgia;
	margin-bottom: 0px;
	text-align: center;
	color: White;
	padding-top: 5px;
	padding: 5px;
}
td#color1{
	font-family: Verdana;
	font-size: 12px;
	background-color: Silver;
}

td#color2{
	font-family: Verdana;
	font-size: 12px;
	background-color: Gray;
	color: White;
}
td#top{
	font-family: Verdana;
	font-size: 12px;
	background-color: Black;
	color: White;
}

a:link {
	color: White;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	color: Silver;
	text-decoration: none;
	font-weight: bolder;
}
body {
	background-color: Black;
}
