/* Scrollbar */ body { scrollbar-face-color:#FFFFFF; scrollbar-shadow-color:#FFFFFF; scrollbar-highlight-color:#FFFFFF; scrollbar-3dlight-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-track-color:#FFF200; scrollbar-arrow-color:#000000; } /* Main Body Text */ body, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; } /* Main Link Styles */ a:link { color: #666666; text-decoration: underline; } a:hover { color: #000000; text-decoration: underline; } a:active { color: #666666; text-decoration: underline; } a:visited { color: #666666; text-decoration: underline; } a:visited:hover { color: #000000; text-decoration: underline; } /* --------CUSTOM TEXT--------- */ /* - footer - */ .footer { font-size: 11px; color: #666666; } a.footer:link { color: #666666; text-decoration: underline; } a.footer:hover { color: #000000; text-decoration: underline; } a.footer:active { color: #666666; text-decoration: underline; } a.footer:visited { color: #666666; text-decoration: underline; } a.footer:visited:hover { color: #000000; text-decoration: underline; } /* - bktext - */ .bktext { font-size: 11px; color: #000000; } a.bktext:link { color: #000000; text-decoration: underline; } a.bktext:hover { color: #000000; text-decoration: underline; } a.bktext:active { color: #000000; text-decoration: underline; } a.bktext:visited { color: #000000; text-decoration: underline; } a.bktext:visited:hover { color: #000000; text-decoration: underline; } /* - bodytext - */ .bodytext { font-size: 11px; color: #FFFFFF; } a.bodytext:link { color: #FFFFFF; text-decoration: underline; } a.bodytext:hover { color: #FFF200; text-decoration: underline; } a.bodytext:active { color: #FFFFFF; text-decoration: underline; } a.bodytext:visited { color: #FFFFFF; text-decoration: underline; } a.bodytext:visited:hover { color: #FFF200; text-decoration: underline; }