body {
    margin:0; 
    color: #000000; 
    font-family: Tahoma;
    font-size: 8pt;
    cursor: default;
    background: #FFFCDF;
}


b{
    color:#9BB8CF;
    font-family: century gothic;
    font-size: 7pt;
    font-weight: normal;
    text-transform: lowercase;
}

i{
    color:#D587BB;
    font-family: Verdana;
    font-size: 7pt;
}

u{
    color:#0D4F6F;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    text-align: justify;
    text-decoration: underline;
}


h1 {
    text-align: center;
    color: #84E0D1; 
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    background: #EFEAB3;
    letter-spacing: 2px;
    text-transform: uppercase;
    width:100%;
    padding: 2px;
    border-bottom: 0px solid #EFEAB3;
    margin-bottom: 0px; margin-top: 0px; margin-right: 0px; margin-left: 0px;

}



h3 {
    text-align:right;
    color:#30B5FA; 
    font-family: Arial;
    font-size: 7pt;
    font-weight: bold;
    background: #EFEAB3;
    letter-spacing: 1px;
    text-transform: lowercase;
    width:100%;
    padding:0px;
} 

a:link {
    text-decoration: none;
    font-size:9px; 
    font-family: small fonts;
    letter-spacing:0px; 
    line-height:10px; 
    padding: 0px;
    color: #000000;
    font-weight:normal;
    text-align: justify;
    cursor: default;
    text-transform: lowercase;
}

a:visited {
    text-decoration: none;
    font-size: 9px;
    font-family:small fonts
    letter-spacing:0px; 
    line-height:10px; 
    padding: 0px;
    color: #000000;
    font-weight:normal;
    text-align: justify;
    cursor: default;
    text-transform: lowercase;
}



a:hover {
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    cursor: default;
    letter-spacing: 0px;
    text-transform: lowercase;
    padding: 0px;
    line-height: 10px
}