
body
{
margin: 0; 
background: #ffffff; 
font: 15px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
color: #000000;
text-align: center; 
}

/* links */
a
{
text-decoration: underline;
color: #003366;
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: underline;
color: #069;
} 

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin: 0;
}

h1
{ 
margin: 0px;
font-size: 36px;
font-family: Impact;
font-weight: normal;
color: #ffffff;
text-indent:0px;
}
h6 { 
font-size: 12px; 
}

#header
{
	margin: 0px;
	padding-top: 1px;
	background-color: #003366;
  border-bottom: 4px solid #000000;
}
#header h6
{
font-family: Trebuchet MS, Verdana;
font-weight: bold;
color: #fff;
text-indent: 0px;
}
#line
{
	margin: 0;
	font-size: 1px;
	padding: 0;
	height: 0;
	border-bottom: 1px solid #ffffff;
}

#footer
{
margin: 4px 0 0 0;
padding: 1px 0 1px 160px;
background-color: #003366;
text-align: left;
color: #fff;
border-top: 2px solid #000000;
font-size: 0.7em;
}

