/* Setup the default body color */
BODY { background-color : #000000; }

/* Setup the default text style and color */
p {font-family: Arial; color: #000000; font-size: 9pt; font-weight: normal } 
 
/* Setup the default h1-h2 color */
h1 {font-family: Arial; color: #000000; font-size: 12pt; font-weight: bold }
h2 {font-family: Arial; color: #ff0000; font-size: 12pt; font-weight: bold }

a { color: #000080; text-decoration: none; font-size: 9pt}
a:hover { color: #000080; text-decoration: underline; font-size: 9pt}
a:active { color: #000080; text-decoration: none; font-size: 9pt}

a.butn { background: #606060; color: #ffffff; text-decoration: none; font-size: 9pt; font-weight: normal}
a.butn:hover { background: #E0E080; color: #606060; text-decoration: none; font-size: 9pt; font-weight: normal}
a.butn:active { background: #ffffff; color: #000000; text-decoration: none; font-size: 9pt; font-weight: normal}

div.yell {background: #E0E080; }
