/* General styles */
HTML, BODY, #main, #content { height: 100%; height: 100%; }
BODY { background: #000000; color: #f99b07; font-family: Tahoma, Arial, sans-serif; font-size: small; margin: 0px; padding: 0px; }
A:link, A:visited { color: #f99b07; font-weight: bold; text-decoration: none; }
A:hover, A:active { color: #f99b07; font-weight: bold; text-decoration: underline; }
SUP { font-size: 90%; font-weight: bold; vertical-align: top; }
HR { background: #f99b07; border: 0px; color: #f99b07; height: 1px; }
H1 { color: #f99b07; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 42px; font-style: italic; font-weight: normal; margin: 0px; padding: 20px; text-decoration: none; }
H2 { color: #f99b07; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 24px; font-style: italic; font-weight: normal; margin: 0px; padding: 15px; text-decoration: none; }

#copyright { color: #f99b07; font-size: 10px; letter-spacing: 1px; }
#copyright a:link, #copyright a:visited { color: #f99b07; font-weight: bold; text-decoration: none; }
#copyright a:hover, #copyright a:active { color: #f99b07; font-weight: bold; text-decoration: underline; }


/*
Colors:
yellow: #f99b07; 
*/