BODY {
	background-color: Black;
	font-family : sans-serif ;
	font : smaller sans-serif;
}
 
A {
	color: Yellow;
	text-decoration : none;
}
A:VISITED {
	color : Gray;
}

A:Hover {
	color: red;
}

H1, H2, H3 { 
	color: Black; 
	padding: 4px;
	font-size : smaller;
}

H4 { 
	color: Black; 
	padding: 4px;
	font-size : xx-small;
	font-family : sans-serif;
}


TD {
	font-size : smaller;
	font-family : sans-serif;
}

