body, h1,h2,h3,h4,h5,p,ol,ul,div,tr,td,li {
  font-family: verdana, arial, sans-serif;
}

body {
    color:             #000000;
    background-color:  #FFFFFF;
    margin-left:       2em; 
    margin-right:      2em;
    margin-bottom:     2em;
}

@media print {
    body {
        margin-left:       0em; 
        margin-right:      0em;
        margin-bottom:     0em;
    }
}

h1 { text-align: center;  
     color: #003399;
}

h2 { 
    text-align: left;
    color: #003399;
    font-size: larger;
}

.text {
    font-size: 10pt;
}

div.author {
    font-style: italic; 
    text-align: right;
    font-size: 12pt;
    font-family: Times New Roman, serif;
}

.updated {
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
}

a {
    text-decoration: none;
    font-size: 10pt;
}

a:link {
    color:  #003399; 
}

a:visited {
    color:  #003399; 
}


