BODY, TD {
	background-color: #D2B48C;
	font-family : sans-serif ;
	font-size : 10pt;
}
 
A {
	color: blue;
	font-size : 10pt;
}

A:Hover {
	color: Blue;
	font-variant : small-caps;
}

H1, H2, H3, H4 { 
	font-variant: small-caps;
	background-color: black;
	color: white; 
	padding: 4px;
	width: 100%;
}

