html {margin: 10px; padding: 0;
}
body{
font: 80% "Pica10 BT", monospace;
   margin: 0; padding: 0;
   background: #cccccc; color: black;
	}
	
table{
	background-color: #ffffff;
}

.hr{
	width: 100%;
	color: #449bc7;
}
H1{
background-color: #737373;
height: 122px;
text-align: left;

 margin: 0; padding: 0;
 border-bottom: 1px;
  border-bottom-color: #000000;
 border-bottom-style: solid;
  border-top: 1px;
 border-top-color: #000000;
 border-top-style: solid;
}
H2{
	margin: 0;
	background-color: #737373;
	padding: 5px;
	color: #000;
	text-align: center;
	vertical-align: top;
}
H4{
	margin: 0;
	background-color: #737373;
	
	padding: 5px;
	color: #000;
}
#tagline{
position: absolute;
top: 14px;
	left: 420px;
	font-size: 18px;
	
	
}
#tagline2{
position: absolute;
top: 45px;
	left: 435px;
	font-size: 16px;  letter-spacing: 1px;
	
}
#texttable{	
border: 1px black solid;
color: black;
padding: 5px;
 font: normal normal 18px;
 font-family: sans-serif;
 width: 65%;
 text-align: justify; 
 background-color: #979797;
}
#table1{
	background-color: #979797;
	text-align: center;
	border: 1px black solid;
	font-family: sans-serif;
}
a{
padding: 0px;
text-decoration: none;
font-size: 14px;
}

a:hover {
	color: #449bc7;
	background-color: #352716;
	text-decoration: none;
	display: inline-block;
}
a:visited{

color: #2b6b8c;
}