<!-- place in root directoy of web site -->

BODY, html { 
background: url(image/background.gif) #000000 fixed repeat  ; 
margin: 5 ; 
scrollbar-face-color: #ff0000; 
scrollbar-shadow-color: #0000ff; 
scrollbar-track-color: #000000; 
scrollbar-arrow-color: #ffffff; 
} 

A { 
font-family: sans-serif ; 
font-size: 12pt ; 
text-decoration: none ; 
color: #0099ee; 
}

a:hover { 
font-family: sans-serif; 
text-decoration: underline ; 
font-size: 12pt; 
color: #ffff00
}

P { 
font-family: sans-serif; 
font-size: 12pt ; 
color: #efefef; 
}


LI { 
list-style: square outside; 
color: red ; 
}

UL { 
font-family: sans-serif ; 
font-size: 12pt ; 
color: teal ;
}

EM { 
font-family: sans-serif ; 
font-size: 12pt ; 
color: navy ; 
}

I { 
font-family: sans-serif ; 
font-size: 9pt ; 
}

H1 { 
font-family: sans-serif ;  
font-size: 26pt ; 
color: navy; 
}

H2 { 
font-family: sans-serif ;  
font-size: 24pt ; 
color: teal; 
}

H3 { 
font-family: sans-serif ; 
font-size: 22pt ; 
color: gray ; 
}

H4 { 
font-family: sans-serif; 
font-size: 14pt ; 
color: 00ddff ; 
}

H5 { 
font-family: sans-serif ;  
font-size: 12pt ; 
color: navy; 
}

H6 { 
font-family: sans-serif ;  
font-size: 11pt ; 
color: teal; 
}


Input { 
font-family: sans-serif ; 
font-size: 10pt; 
color: #000000; 
border-style: solid; 
border-color: #000000; 
background-color: #e1e1e1; 
padding: 2 ;
}

Textarea { 
font-family: sans-serif ; 
font-size: 10pt; 
color: #000000; 
border-style: solid; 
border-color: #000000; 
background-color: #e1e1e1; 
padding: 2 ; 
} 

<!-- for SELECT, -->
<!-- style="font-family: sans-serif ;font-size: 10pt; color: #000000; background-color: #e1e1e1; " -->
<!-- may be inserted into HTML. -->
<!-- border: does not work. Only background color and font attributes -->




