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


b{
    color:#ff0000;
    font-family: century gothic;
    font-size: 8pt;
    font-weight: bold;
    text-transform: lowercase;
}


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

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


h1 {
    background-color: #AEE0F2;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #FF0000;
    letter-spacing: 0px;
    text-transform: uppercase;
    width:100%;
    padding: 2px;
    border-bottom: 1px solid #00BAFF;
    border-left: 1px solid #00BAFF;
    border-right: 1px solid #00BAFF;
    border-top: 1px solid #00BAFF;
    margin-bottom: 1px; margin-top: 1px; margin-right: 1px; margin-left: 1px;
}



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

h4 {
cursor:default; 
background-color: #00BAFF; 
font-size:8pt; 
font-family:Tahoma; 
letter-spacing:0px; 
line-height:9pt; 
color: #000000;
padding: 3px;
font-weight: normal; 
text-transform: none;
border-top: 1px solid #00BAFF;
border-left: 1px solid #00BAFF;
border-right: 1px solid #00BAFF;
border-bottom: 1px solid #00BAFF;
margin-bottom: 1px; margin-top: 1px; margin-right: 1px; margin-left: 1px;
}


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

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



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

