a:link
{
	color: #003399; 
	text-decoration:none;
}
span.year    { color: #CC0000 }
a:visited
{
	color: #336699; 
} 

a:hover      
{ 
color: #CC6600;
background-color: yellow;
}

a:active 
{
	color: #FF0000;
}

body
{

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

h1, h2, h3, h4, h5, h6
{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

h1
{
	border:5px double #003366; color: #ffffff;
	font-size:18pt; 
	letter-spacing:2; 
	font-weight:bold; 
	text-align:center; 
	margin-left:15; 
	margin-right:15; 
	background-color:#336699
}
h2
{
	margin-left:15; 
	margin-right:15; 
	color: #800000;
	font-weight:bold; 
	border:5px double #800000; color: #800000;
	
}
h3
{
	color: #333399; 
}
h4
{
	color: #333399;
}
h5
{
	color: #333399;
}
h6
{
	color: #333399;
}

.bodybox {
	width: 800px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	top: -10px;
	margin:4px auto;
	text-align:center;

}