.myfont1 { 
    font-size: 10pt; 
    font-family: helvetica; 
    color: #336600; 
    font-weight: bold
}

.myfont2 { 
    font-size: 10pt; 
    font-family: helvetica; 
    color: black
}

.myfont3 { 
    font-size: 10pt; 
    font-family: helvetica; 
    color: #CC0000
}

.myfont4 { 
    font-size: 12pt; 
    font-family: helvetica; 
    color: black
}

.caption { 
    font-size: 9pt; 
    font-family: helvetica; 
    color: black
}

a:link {
    text-decoration:none;
    color: blue;
}

a:visited {
    text-decoration:none;
    color:blue;
}

a:hover {
    text-decoration:none;
    color:red;
}



