body {
bg color: white;
align: center
}

p {
font-family: Arial; 
font-size: 10pt; 
font-weight: normal;
}

h1 { 
font-family: Arial; 
font-size: 18pt; 
font-weight: bold;
}

h2 {
font-family: Arial; 
font-size: 16pt; 
font-weight: bold; 
}

h3 { 
font-family: Arial; 
font-size: 14pt; 
font-weight: bold; 
}

h4 {
font-family: Arial; 
font-size: 11pt; 
font-weight: bold;
font-color: black; 
}

h5 {
font-family: Arial; 
font-size: 10pt; 
font-weight: bold;
font-color: black; 
}

a {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color:maroon; text-decoration:none;
}

a:hover {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color:red; text-decoration:none;
}

ol 
{
font-family: Arial; 
font-size: 11pt; 
font-weight: normal;
}

li {
font-family: Arial; 
font-size: 11pt; 
font-weight: bold;
}