/* A simple CSS1 template */

BODY, P, TD, LI {
     font-family: helvetica;
     font-size: 12pt;
}

.tr0 {
    font-weight: normal;
    background-color: #333333;
    color: #ff0000;
}
.tr1 {
    font-weight: normal;
    background-color: #333333;
    color: #cc3300;
}
.tr2 {
    font-weight: normal;
    background-color: #333333;
    color: #aa6600;
}
.tr3 {
    font-weight: normal;
    background-color: #333333;
    color: #888800;
}
.tr4 {
    font-weight: normal;
    background-color: #333333;
    color: #44bb00;
}
.tr5 {
    font-weight: normal;
    background-color: #333333;
    color: #00ff00;
}

.a0 {
    font-weight: normal;
    background-color: #333333;
    color: #ff0000;
}
.a1 {
    font-weight: normal;
    background-color: #333333;
    color: #cc3300;
}
.a2 {
    font-weight: normal;
    background-color: #333333;
    color: #aa6600;
}
.a3 {
    font-weight: normal;
    background-color: #333333;
    color: #888800;
}
.a4 {
    font-weight: normal;
    background-color: #333333;
    color: #44bb00;
}
.a5 {
    font-weight: normal;
    background-color: #333333;
    color: #00ff00;
}

H1, H2, H3, H4, H5, H6 {
     font-family: helvetica;
     font-weight: bold;
}

H1 { font-size: 22pt; font-family: helvetica;} 
H2 { font-size: 18pt; font-family: helvetica;}
H3 { font-size: 14pt; font-family: helvetica;} 
H4 { font-size: 12pt; font-family: helvetica;}
H5 { font-size: 10pt; font-family: helvetica;}
H6 { font-size: 9pt;  font-family: helvetica;}

P.trailer, A.trailer:link, A.trailer:active, A.trailer:visited {
     font-family: helvetica;
     font-weight: normal;
     font-size:   10pt;
}

A.normal:link, A.normal:active, A.normal:visited {
     font-family: helvetica;
     font-weight: normal;
}

A:link {
     font-family: helvetica;
     font-weight: bold;
}

A:visited {
     font-family: helvetica;
     font-weight: bold;
}

A:active {
     font-family: helvetica;
     font-weight: bold;
}

UL {
     font-family: helvetica;
     font-weight: normal;
     list-style-type: disc; 
}
