h1a,h2,h3
{
font-family: 'calibri', 'courier'; 
font-size: 24pt;
color: #FF9900; 
font-style: normal;
}

p,table,li,address
{
font-style: normal;
font-size: 12pt;
color: #444444;
}

tiny { font-size: 8pt }

p,li { font-family: 'calibri', 'courier'; }

UL { list-style-type:square; color: orange }

a:link     { color: #444444; text-decoration:none; }
a:visited  { color: #444444; text-decoration:none; }
a:active   { color: #444444; text-decoration:none; }
a:hover    { color:#FF9900 } 

body 
{
background-color: white;
color: white;
}

// orange #FF9900
// text grey #444444
