body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #333333;
	color: Green;
}



h1 {
	color: White;
	font-size: 17px;
	font-family: Georgia;
	margin-bottom: 0px;
	font-weight: bold;
}

h2 {
	font-family: Georgia;
	font-size: 14px;
	color: white;
	margin-bottom: 0px;
}

h3 {
	
	font-family: Georgia;
	font-size: 11px;
	color: white;
	margin-bottom: 0px;
}


a:visited {
	color: silver;
	text-decoration: none;
	font-size: 11px;
}

a:link {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
a:active {
	color: gray;
	text-decoration: none;
	font-size: 11px;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
}