body {
	font-family: Georgia;
	color: #333300;
	background-color: Black;
	font-size: medium
}
td {
	font-family: Georgia;
	font-size: medium;
	color: #000000
}

h1 {
	font-family: Georgia;
	font-size: x-large;
	font-weight: bold
}
H2 {
	font-family : Georgia;
	font-size : large;
	font-weight : bold;
}
H3 {
	font-family : Georgia;
	font-size : medium;
	font-weight : bold;
}

a:link {
	color: #CC6600;
	text-decoration: none
}
a:visited {
	color: #666633;
	text-decoration: underline
}
a:active {
	color: #FF6600;
	text-decoration: underline
}
a:hover {
	text-decoration: underline;
	color: #FF6600
}
.footer {
	font-size: x-small
}
	
A.footer:LINK {
	font-size: x-small
}
	
A.footer:VISITED {
	font-size: x-small
}
	
A.footer:ACTIVE {
	font-size: x-small
}
	
A.footer:HOVER {
	font-size: x-small
}
	
