p {
font-family: Arial; 
font-size: 10pt; 
font-weight: normal;
}

body {
bg color: Navy;
align: center
}

h1 { 
font-family: Arial; 
font-size: 14pt; 
font-weight: bold;
}

h2 {
font-family: Arial; 
font-size: 13pt; 
font-weight: bold; 
}

h3 { 
font-family: Arial; 
font-size: 10pt; 
font-weight: bold; 
}

h4 {
font-family: Arial; 
font-size: 9pt; 
font-weight: bold;
font-color: black; 
}

a {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color:blue; text-decoration:none;
}

a:hover {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color:maroon; text-decoration:none;
}

ol 
{
font-family: Arial; 
font-size: 10pt; 
font-weight: normal;
}

li {
font-family: Arial; 
font-size: 10pt; 
font-weight: bold;
}