
BODY, TD  {
	background: #696969 none no-repeat fixed left;
	color : silver;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
}

TH {
	background : Purple;
	padding : 2 2 2 2;
	margin : 3 3 3 3;
}

TD {
	background : #483D8B;
	padding : 2 2 2 2;
	margin : 3 3 3 3;
}


H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: white;
}

A:Hover {
	color: yellow;
}

HR {
	height: 1pt;
}

