h1 {
font: bold 125% calibri, trebuchet, arial, sansserif; 
text-align: center;
color: maroon
}

h2 {
font: italic 125% calibri, trebuchet, arial, sansserif; 
text-align: center;
color: maroon
}

h3 {
font-family: calibri, trebuchet, arial, sansserif;
font-size: 125%;
font-variant: small-caps; 
text-align: center;
color: maroon
}

h4 {
font-family: calibri, trebuchet, arial, sansserif;
font-weight: normal; 
text-align: center;
color: black
}

h5 {
font-family: calibri, trebuchet, arial, sansserif;
font-weight: normal;
text-align: left;
color: maroon
}

h6 {
font-family: calibri, trebuchet, arial, sansserif;
font-size: 100%;
font-weight: bold; 
display: inline;
color: maroon
}

p { color: black; font-family: calibri,trebuchet,arial,sansserif; font-size: 100%; font-weight: normal; font-style: normal; font-variant: normal; text-align: justify; display: inline
           }

block {
text-align: justify;
display: inline
}

ul { 
color: black; 
font-family: calibri,trebuchet,arial,sansserif;
list-style-type: disc; 
font-size: 100%;
font-weight: normal; 
font-style: normal; 
list-style-position: outside    
}

ol.decimal 
{
font-family: calibri,trebuchet,arial,sansserif;
font-size: 100%;
list-style-type: decimal;
}

ol.lroman 
{
font-family: calibri,trebuchet,arial,sansserif;
font-size: 100%;
list-style-type: lower-roman;
}

ol.uroman
{
font-family: calibri,trebuchet,arial,sansserif;
font-size: 100%;
list-style-type: upper-roman
}

ol.lalpha 
{
font-family: calibri,trebuchet,arial,sansserif;
font-size: 100%;
list-style-type: lower-alpha
}

ol.ualpha 
{
font-family: calibri,trebuchet,arial,sansserif;
font-size: 100%;
list-style-type: upper-alpha
}

li
{ color: black; 
font-family: calibri,trebuchet,arial,sansserif;
font-size: 100%;
}

a:link {
color: #003399;
text-decoration: none
}

a:visited {
color: #003399;
text-decoration: none
}

a:hover {
color: #003399;
font-weight: bold;
text-decoration: none
}

a:active {
color: #003399;
text-decoration: none
}