/* HTML Defaults */ BODY { margin: 0px; } P,TD { font: 10pt Arial; color: #FBEE5E; line-height: 150%; } INPUT,TEXTAREA,SELECT { font: 8pt Verdana; border: 1px solid #505050; background-color: #f5f5f5; } UL { margin: 0px 0px 0px -22px; } /* Colors */ .w {color: #ffffff; } .bl {color: #1445E3; } .rd {color: #E60D0D; } .ylw {color: #FBEE5E; } /* Sizes */ .bg { font-size: 12pt; } .bgr { font-size: 14pt; } .sm { font-size: 9pt; } .ssm { font-size: 8pt; } /* Decoration & Spacing */ .lsp { line-height: 125%; } .sp { line-height: 150%; } .ssp { line-height: 175%; } .b { font-weight: bold; } .i { font-style: italic; } .u { text-decoration: underline; } .nu { text-decoration: none; } .p { padding: 5px; } .pp { padding: 15px; } /* Specialized Cases */ A {color: #1445E3; font-weight: bold; text-decoration: none; } A:visited {color: #1445E3;} A:hover { text-decoration: underline; } .menu {padding-bottom: 8px; } .title {color: #E60D0D; border-bottom: 2px solid #404040; font-size: 16pt; font-weight: normal; }