/* 
  Created by Rob and Gary.
*/

A { text-decoration: none; } 
A:hover {TEXT-DECORATION: underline; color: gold; }	
A:link { color: #00FF66; }
A:visited { color: #ADFF2F; }
A:active {color: #993333; }

A#navigationbar:link { color: #99AA66; }
A#navigationbar:visited { color: #66BB33; }
A#navigationbar:active {color: #99ff33; }

/* body and other styles called in tag by "class=default" */
.default { font: normal 15px  Arial, "Lucida Sans", sans-serif; color: #FFF5EE; background-color: #000000;}
.indent {text-indent: 3em; }

/* DIV { width: 98%; } */

H1, H2, H3 {text-align: left; padding: 4px; }
H1 { color: #b22222; font-size: 28px; font-style: normal; }
H2 { color: #FFF5EE; background-color:#D2691E; font-size: 20px; font-style: normal; }
H3 { color: #808000; background-color:#D2B48C; text-indent: 3em; font-size: 18px; font-style: normal; }
H4 { color: #808000; background-color:#CD853F; text-indent: 6em; font-size: 16px; font-style: normal; }

HR { color: #b22222; } 

TABLE#topnav { font-size: 14px; font-style: normal; border-width: 2; border-style: solid; border-color: #DC143C; background-color: #000000; }

P#indent { text-indent: 3em; }
P#indent:first-letter { font-size: 20px; font-weight: bolder; }


TD#navigationbar { width: 18%; font-size: 14px; font-style: normal; Courier, Arial, Helvetica, "Lucida Sans", sans-serif; color: #996666; background-color: #b50000; }
TD#textpanel{ width: 78%; }

body, td, p { font-size: 16px; font-style: 
normal; font-weight: normal; } 

small { font-size: 12px; }

big { font-size: 19px; }

/* List-styles */

OL { list-style-type: decimal; }
OL OL { list-style-type: lower-roman; }

UL { list-style-type: none; }
UL UL  { list-style-type: none; }

.int { list-style-type: decimal; }
.off { list-style-type: none; }


