BODY
{
    font-size : 12px;
    font-family : Arial, Helvetica, sans-serif;
}
A 
 {
    font-style : normal;
    text-decoration : none;
    color : Blue;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
}
A:ACTIVE {
    color : Red;
}

A:HOVER {
    color : Red;
}
H1 {
    color : Navy;
    font-weight : bold;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 20px;
}
H2 {
    color : Navy;
    font-weight : bold;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 18px;
}
H3 {
    font-weight : bold;
    font-size : 16px;
    font-family : Arial, Helvetica, sans-serif;
}
P: {
    font-size : 12px;
    font-family : Arial, Helvetica, sans-serif;
}
BR: {
    font-size : 12px;
    font-family : Arial, Helvetica, sans-serif;
}
br: {
    font-size : 12px;
    font-family : Arial, Helvetica, sans-serif;
}
SMALL {
   font-size : 10px;
    font-family : Arial, Helvetica, sans-serif;
}
TABLE {
    font-size : 12px;
    font-family : Arial, Helvetica, sans-serif;
}
TD {
    font-size : 12px;
    font-family : Arial, Helvetica, sans-serif;
}

B {
    font-weight : bold;
    font-size : 12px;
    font-family : Arial, Helvetica, sans-serif;
}
select       { 
    font-size: 14px; 
    font-family : Courier, monospace;
 }
 
OPTION      { 
    font-size: 14px; 
	font-weight : normal; 
    font-family : Courier, monospace;
     }
INPUT     { 
    font-size: 16px;
    font-weight : bold; 
    font-family : Courier, monospace;
 }

select:selected
 { 
    font-size: 14px; 
    font-weight : normal; 
    font-family : Courier, monospace;
 }

