/* link colors */ A.text:link { color : black; } A.text:active { color : black; } A.text:visited { color : black; } A.text:hover { color : black; } /* link in table colors */ A.withtable:link { color: white; background-color : #666666; text-decoration: none } A.withtable:active { color: white; background-color : #666666; text-decoration: none } A.withtable:visited { color: white; background-color : #666666; text-decoration: none } A.withtable:hover { color: white; background-color : #666666; text-decoration: none } /* centered header */ h3.center {text-align: center;font-family: arial, helvetica, sans-serif;font-size: 12pt;} /* left aligned header */ h3.left {text-align: left;font-family: arial, helvetica, sans-serif;font-size: 12pt;} /* Normal Text */ .normal { font-family : arial, helvetica, sans-serif; font-size : 10pt; color : white; background-color: #666666; } /* Small White Text */ p.smallwhite { font-family : arial, helvetica, sans-serif; font-size : 8pt; color : white; } /* Normal non-white Text */ p.nonwhitenormal { font-family: arial, helvetica, sans-serif; font-size: 8pt; color: black } /* Normal Text */ .small { font-family: arial, helvetica, sans-serif; font-size: 8pt; color : white; background-color: #666666; }