/* styles.css */ /* 9px fonts */ .body-textvs-blue { font-family:arial,helvetica; font-size:9px; color:#036; } .body-textvs-black { font-family:arial,helvetica; font-size:9px; color:#000; } /* 10px fonts */ .body-texts-blue { font-family:arial,helvetica; font-size:10px; color:#036; } .body-texts-blue-bold { font-family:arial,helvetica; font-size:10px; color:#036; font-weight:bold; } .body-texts-green { font-family:arial,helvetica; font-size:10px; color:#393; vertical-alignment:middle; } .body-texts-green-bold { font-family:arial,helvetica; font-size:10px; color:#393; font-weight:bold; } .body-texts-white { font-family:arial,helvetica; font-size:10px; color:#fff; } .body-texts-white-bold { font-family:arial,helvetica; font-size:10px; color:#fff; font-weight:bold; } .body-texts-red { font-family:arial,helvetica; font-size:10px; color:#f00; vertical-alignment:middle; } .body-texts-red-bold { font-family:arial,helvetica; font-size:10px; color:#f00; font-weight:bold; } /* 12px fonts */ .body-textm-blue { font-family:arial,helvetica; font-size:12px; color:#036; } .body-textm-blue-bold { font-family:arial,helvetica; font-size:12px; color:#036; font-weight:bold; } .body-textm-black { font-family:arial,helvetica; font-size:12px; color:#000; } .body-textm-black-bold { font-family:arial,helvetica; font-size:12px; color:#000; font-weight:bold; } .body-textm-green { font-family:arial,helvetica; font-size:12px; color:#393; } .body-textm-green-bold { font-family:arial,helvetica; font-size:12px; color:#393; font-weight:bold; } .body-textm-white { font-family:arial,helvetica; font-size:12px; color:#fff; } .body-textm-white-bold { font-family:arial,helvetica; font-size:12px; color:#fff; font-weight:bold; } .body-textm-red { font-family:arial,helvetica; font-size:12px; color:#f00; } .body-textm-red-bold { font-family:arial,helvetica; font-size:12px; color:#f00; font-weight:bold; } /* 15px fonts */ .para-header-blue-bold { font-family:arial,helvetica; font-size:15px; color:#069; font-weight:bold; } .para-header-red-bold { font-family:arial,helvetica; font-size:15px; color:#f00; font-weight:bold; } /* 25px fonts */ .title-header-blue-bold { font-family:arial,helvetica; font-size:25px; color:#069; font-weight:bold; } /* 30px fonts */ .title-headerlg-blue-bold { font-family:arial,helvetica; font-size:30px; color:#069; font-weight:bold; } /* 12px fonts */ .header-text-blue { font-family:arial,helvetica; font-size:12px; color:#036; font-weight:bold; } .body-text-black-bold { font-family:arial,helvetica; font-size:12px; color:#000; font-weight:bold; } SELECT { font-family:arial,helvetica; font-size:12px; color:#036; font-weight:bold; } INPUT { font-family:arial,helvetica; font-size:12px; color:#036; font-weight:bold; } /* a(link) attributes */ a:link { font-family:arial, helvetica; font-size:12px; color:#036; text-decoration:underline; } a:visited { font-family:arial, helvetica; font-size:12px; color:#036; text-decoration:underline; } a:active { font-family:arial, helvetica; font-size:12px; color:#036; text-decoration:underline; } a:hover { font-family:arial, helvetica; font-size:12px; color:#036; text-decoration:underline; } BODY { margin-top: 40 }