body {
	background: #878080;
	font: normal 9pt serif, sans-serif;
	margin: 10;
	}


a { text-decoration: bold;
	color: #cc0000;
	 }
	 
p {margin-top:6px;margin-bottom:4px;} 
	 
a:hover { text-decoration: bold }
a:link { text-decoration: none }
a:link:hover { text-decoration: underline }
a:visited { text-decoration: none; color:#0000ff }
a:visited:hover { text-decoration: underline }
a:active { text-decoration: bold; color:red }

td {
	font:normal 9pt sans-serif;
	}

h1 {
	font-family:Courier New, Courier;
	font-size:48px;
	font-weight : bolder;
	color : white;
	background: black;
	border: 4px #999999 double;
	text-align: center;
	width : 56%;
	font-variant: small-caps;
	

}
h3 {
	font-family:Courier New, Courier;
	font-size:20px; 
	font-weight : bold; 
	color : black;
	border: 4px #999999 double; 
	text-align: center;
	}
	
	.smallcaps{
	font : small-caps 15px/20px sans-serif;
}
