/* Default the font style and size globally */ * { font-family: Verdana, sans-serif; } /* Except for PRE which must be monospaced */ PRE,TT { font-family: Lucida Console, Courier New, monospace; font-size: small; } /* And anything within PRE */ PRE * { font-family: Lucida Console, Courier New, monospace; font-size: small; } BODY { background: white; color: black; margin: 0; font-size: small; } /* Default tables have borders */ TABLE { color: black; border: 1px solid #CCCCCC; border-collapse: collapse; padding: 2px; } /* Default tables have borders */ TH { border: 1px solid #CCCCCC; border-collapse: collapse; padding: 2px; background: #9999DD; font-weight: bold; font-size: small; vertical-align: top; text-align: center; } /* Default tables have borders */ TD { border: 1px solid #CCCCCC; border-collapse: collapse; padding: 2px; font-size: small; vertical-align: top; text-align: left; } HR { border: 1px solid #9999DD; } H1 { font-weight: bold; font-size: x-large; color: #440044; } H2 { font-weight: bold; font-style: normal; font-size: large; } H3 { font-weight: bold; font-style: italic; font-size: medium; } H4 { font-weight: normal; font-style: normal; font-size: medium; } H5 { font-weight: normal; font-style: italic; font-size: small; } H6 { font-weight: normal; font-style: normal; font-size: small; } A.int:link { color: #4400CC; text-decoration: none; } A.int:visited { color: #4400CC; text-decoration: none; } A.int:hover { color: #4400CC; text-decoration: underline; } A.ext:link { color: #220099; text-decoration: none; } A.ext:visited { color: #220099; text-decoration: none; } A.ext:hover { color: #220099; text-decoration: underline; } TD.sidebar { background: #EEEEEE; color: black; text-align: left; vertical-align: top; border: none; } TD.header { background: #FFFFFF; color: #333333; text-align: center; vertical-align: middle; padding: 10px 100px; border: 2px solid #440044; } /* footer style */ TD.footer { background: #EEEEEE; color: #333333; font-size: x-small; text-align: center; vertical-align: middle; padding: 10px 100px; border: none; } A.footer { color: #333333; } A.footer:link { text-decoration: none; } A.footer:visited { text-decoration: none; } A.footer:hover { text-decoration: underline; } TD.whiteMainContent { background: white; color: black; padding: 8px 16px 40px; vertical-align: top; text-align: left; border: none; } /* formTable - invisible table for form layout */ .formTable { border: none; vertical-align: top; text-align: left; } TEXTAREA { border: 1px solid #CCCCCC; font-family: Lucida Console, Courier New, monospace; font-size: x-small; } INPUT,SELECT,BUTTON { border: 1px solid #CCCCCC; font-size: small; } /* submit button */ INPUT.button1 { border: 1px solid #9999DD; font-size: x-small; background: #CCCCCC; } INPUT.button1:hover { border: 1px solid black; font-size: x-small; background: #9999DD; } BUTTON.button1 { border: 1px solid #9999DD; font-size: x-small; background: #CCCCCC; } BUTTON.button1:hover { border: 1px solid black; font-size: x-small; background: #9999DD; } /* misc */ .smallPrint { font-size: x-small; } /* menu0/1/2 - levels of indentation */ .menu0 { background: #CCCCCC; font-weight: bold; padding: 0 1em; white-space: nowrap; } .menu1 { background: #EEEEEE; padding: 0 1em 0 2em; white-space: nowrap; } .menu2 { background: #EEEEEE; font-style: italic; padding: 0 1em 0 3em; white-space: nowrap; } .menu0s { background: #CCCCCC; border-right: 5px solid #000000; font-weight: bold; padding: 0 1em; white-space: nowrap; } .menu1s { background: #EEEEEE; border-right: 5px solid #000000; padding: 0 1em 0 2em; white-space: nowrap; } .menu2s { background: #EEEEEE; font-style: italic; border-right: 5px solid #000000; padding: 0 1em 0 3em; white-space: nowrap; } A.menu0a:link { color: #000000; text-decoration: none; } A.menu0a:visited { color: #000000; text-decoration: none; } A.menu0a:hover { color: #440044; text-decoration: underline; } A.menu1a:link { color: #000000; text-decoration: none; } A.menu1a:visited { color: #000000; text-decoration: none; } A.menu1a:hover { color: #440044; text-decoration: underline; } A.menu2a:link { color: #000000; text-decoration: none; font-size: x-small; } A.menu2a:visited { color: #000000; text-decoration: none; font-size: x-small; } A.menu2a:hover { color: #440044; text-decoration: underline; font-size: x-small; } /* 1 -> ALL 2 -> (TB) (LR) 3 -> T (LR) B 4 -> T R B L Standard colours: dark red #CC0000 grey #CCCCCC purple #440044 lt blue #9999DD */