/* postitlord rules */
/* most pages bgcolor are black */
/* default, but not frequent, text color is green */

/* this file will be used for no-margins code */
/* and more importantly every font is Trebuchet */

BODY, DIV, P, OL, UL, DL, LI, DT, DD, TD {
font-family: "Trebuchet MS", Arial, Helvetica, serif; 

}

/* on a BLACK bg */
A:link {color: #00AA00}
A:visited {color: #808080}
A:active {color: #FF6666}
A:hover {color: #009900}

/* on a WHITE BG
A:link {color: #808080}
A:visited {color: #000000}
A:active {color: #ff66cc}
A:hover {color: #000000}
*/