

/* Presentation Stylesheet */ 

*
{
    font-size: 13px;
    font-family: "trebuchet ms", helvetica, sans-serif;
    /* font-family: Franklin Gothic Book; */
}

h1
{
    font-size: 17px;
}

h3, p {
 
 }

h4 {

 }
 
 a
 {
     text-decoration: none;
     color: #000066;
 }
 
 a:hover
 {
     text-decoration: underline;
 }