A { text-decoration: none; } 
A:hover {TEXT-DECORATION: underline; font-style: bold;}	
A:link { color: #00FF66; }
A:visited { color: #ADFF2F; }
A:active {color: #993333; }

A#navigationbar:link { color: #8FBC8F; }
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: #FFFAFA; background-color: #000000; } 

.indent {text-indent: 3em; }

H1, H2, H3 {text-align: left; padding: 4px; }
H1 { color: #FFF5EE; font-size: 24px; font-style: bold; width: 97%; } 
H2 { color: #FFF5EE; text-indent: 1em; font-size: 22px; font-style: bold; background-color: #800080; }
H3 { color: #d189ed; text-indent: 2em; font-size: 20px; font-style: normal; }
H4 { color: #800080; text-indent: 2em; font-size: 18px; font-style: normal; }

HR { color: #DDDDEE; } 

P#indent { text-indent: 3em; }
P#indent:first-letter { font-size: 20px; font-weight: bolder; }

TD#navbar1 { background-color: #800080; }

TD#navbar2 { background-color: #800080; }

TD#navbar3 { background-color: #800080; }

TD#text { font-size: 15px; font-style: normal; font-weight: normal; Arial, "Lucida Sans", sans-serif; color: #FFFAFA; background-color: #000000; } 

body, td, p { font-size: 15px; font-style: normal; font-weight: normal; Arial, "Lucida Sans", sans-serif; color: #FFFAFA; background-color: #000000; } 

small { font-size: 6px; }

/* List-styles */

OL { list-style-type: decimal; }
OL OL { list-style-type: lower-roman; }

UL { list-style-type: disc; }
UL UL  { list-style-type: circle; }

.int { list-style-type: decimal; }
.off { list-style-type: none; }


