BODY { 
    font-family      : arial,helvetica,sans-serif;
    font-size        : 11pt;
    font-weight      : normal;
    margin-top       : 4px;
    margin-bottom    : 0em;
    margin-left      : 20px;
    margin-right     : 20px;
    background-color : #ffffff;
    color            : #000000;
}

a:link {
    text-decoration  : underline;
    color            : #0000dd;
}
a:visited {
    text-decoration  : underline;
    color            : #0000bb;
}
    
a.goldover:hover {
    text-decoration  : none;
    color            : #CEBA81;
}

p, h1, h2, h3, h4, td {
    font-family      : Arial,Helvetica,sans-serif;
    font-size        : 11pt;
}

ul { 
   list-style-image  : url(images/bullet.gif) 
}

h1 {
    font-size        : 18pt;
    color            : #606060;
}

h2 {
    font-size        : 14pt;
    color            : #606060;
}

h3 {
    font-size        : 12pt;
    color            : #606060;
}

h4 {
   margin-top        : 25px;
    font-size        : 11pt;
}

