body {
background-color: navy;
align: center;
}

p
{
font-family: Verdana; 
font-size: 9pt; 
font-weight: normal;
}

ul 
{ font-family: Verdana; 
font-size: 9pt;
font-weight: normal;

}

ol 
{
font-family: Verdana; 
font-size: 9pt; 
font-weight: normal;
}

li 
{ font-family: Verdana; 
font-size: 9pt;
font-weight: normal;

}

h1
{ 
font-family: Verdana; 
font-size: 14pt; 
font-weight: bold;
color: #000080;
}

h2
{ font-family: Verdana; 
font-size: 13pt; 
font-weight: bold;
color: #000080; 
}

h3
{ 
font-family: Verdana; 
font-size: 11pt; 
font-weight: bold;
color: #000080; 
}

a {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color:#3B61A9; 
text-decoration:none;
}

a:hover {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color:maroon; 
text-decoration:underline;
}