

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1em;
background-color: #eef6ff;
}


#header {
padding-right: 170px;
font-size: 1.3em;
letter-spacing: 5px;
text-align: center;
background-color: #ddeeff;
height: 80px;
color: #a31914;
padding-top: 20px;
}

#content {
margin-top: 0;
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
padding-right: 0px;
background-color: #ffffff;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
font-size: 1.2em;
word-spacing: 0px;
letter-spacing: normal;
text-align: left;
}

p, ul, ol, table {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
font-size: .7em;
line-height: 1.5em;
}

ol, ul {
margin-left: 25px;
}

h1 {
font-size: 1.2em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

h2 {
font-size: .9em;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link  {
text-decoration: underline;
color: blue;
}

a:visited {
text-decoration: underline;
color: purple;
}

a:hover {
text-decoration: underline;
color: red;
}




#footer {
	color: #707e8c;
	font-size: 0.9em;	
	background-color: #ddeeff;
	text-align: center;
	letter-spacing: 0;
	height: 20px;	
	padding-top: 5px;
padding-bottom: 5px;
}


#footer a:link, #footer a:visited, #footer a.current{
color: #707e8c;
font-size: 0.9em;
}

#footer a:hover {
color: #000;

}