

        a:link    { color:Silver ; text-decoration:none;}
        a:active  { color:RED;     text-decoration:none;}
        a:visited { color: Silver; text-decoration:none;}
        a:hover   { color:cyan  ;  text-decoration:none;}
	

H1 {
        color:#E90;
        font-family: Arial,Helvetica,Geneva;
        font-size: 18pt;
        font-weight: bold
}



H2 {
        color:#fbc060;
        font-family: Arial,Helvetica,Geneva;
        font-size: 16pt;
        font-weight: normal
}

H3 {
        color: #EEEEEE;
        font-family: Arial,Helvetica,Geneva;
        font-size: 11pt;
        font-weight: bold;
}

H4 {
        color: #B0B0B0;
        font-family: Arial,Helvetica,Geneva;
        font-size: 12pt;
        font-weight: normal;
}

H5 {
        color: silver;
        font-family:Comic Sans MS;
        font-size: 10pt;
                font-weight: normal;
}

H6 {
        color: silver;
        font-family: Arial,Helvetica,Geneva;
        font-size: 12px;
	font-weight: normal;
}
EM {
        color: #E90;
        font-family: Times New Roman,serif;
	font: italic;
        font-size: 11pt;
        font-weight: normal;
}


P {
        color: silver;
        font-family: Arial,Helvetica,Geneva;
        font-size: 9pt
}



CAPTION {
        color: #DDD;
        font-family: Arial,Helvetica,Geneva;
        font-size: 9pt;
        font-weight: bold
}

DT {
        color: #EEE;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt
}

TH {
        color: #EEE;
        font-family: Arial,Helvetica,Geneva;
        font-size: 14pt;
        font-weight: bold
}
