body.first { 
}

div#end {
    font-size:7.5pt;
}

body {
    margin-top: 0px; 
    font-size:10pt;
    color: gray;
    font-family: sans-serif;
}

a {
    font-weight:bold;
}

a:link {
   color: black; 
}

a:visited {
    color: black; 
}

a:active { 
}

a:hover	{
    color: orange; 
}
