body {color: #000; font-family: Verdana; /*Verdana, Arial, Helvetica, sans-serif;*/ font-size: 12px; background-color:#FFFFFF;}

table {border-width:0px;}

/*

    * Arial / Helvetica
    * Times New Roman / Times
    * Courier New / Courier 

Other options that usually work cross-platform are:

    * Palatino
    * Garamond
    * Bookman
    * Avant Garde 

Fonts that work on Windows and MacOS but not Unix+X are:

    * Verdana
    * Georgia
    * Comic Sans MS
    * Trebuchet MS
    * Arial Black
    * Impact 

*/

a:link, a:active {color: #000; text-decoration: none;
    border-bottom: #000;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;}
	
a:visited {color: #000; text-decoration: none;
    border-bottom: #000;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;}

a:hover {text-decoration:none; color: #555;}

.header { padding: 5px; border-bottom: 1px solid gray; border-top: 1px solid gray; background-color: rgb(235,235,235); font-weight: bold;}

.categoryhead { border-bottom: 1px solid gray; font-size: 14pt; padding: 5px; font-weight: bold; font-family:arial; background-color: rgb(235,235,235);}

.categorytail { padding: 10px; margin-bottom: 5px; background-color: #F7F7FF; background-repeat: repeat-x; }

.mainhead {border-bottom: 1px solid gray;  padding: 5px; margin-bottom: 1px; font-size: 14pt; font-family: arial; font-weight:bold; background-color: rgb(235,235,235);} /*#CCFF00;}*/

.maintail {padding: 15px; margin-left:0px; font-size: 14px; margin-bottom: 20px; background-color: #F7F7FF; background-repeat: repeat-x;}

.footer { background-color:rgb(235,235,235); }