h1 { 
color: #000000; 
text-align: center; 
padding: 0; 
margin: 0; 
font-family: sans-serif;
background-color: #BFD0EA;
font-size: 36px;
border-bottom: 1px solid darkgray;
}

h1:hover { 
color: #FFFFFF; 
text-align: center; 
padding: 0; 
margin: 0; 
font-family: sans-serif;
background-color: #BFD0EA;
font-size: 36px;
border-bottom: 1px solid darkgray;
}

h2 { 
color: #000000; 
text-align: center; 
padding: 3px; 
margin: 0; 
font-family: sans-serif;
background-color: #D4DDED;
font-size: 16px;
border-bottom: 1px solid darkgray;
}

h3 { 
padding: 0px;
background-color: #EBEBEB;
margin-top: 8px;
margin-bottom: 2px;
font-family: sans-serif;
text-indent: 5px;
font-size: 14px;
border: 0px solid darkgray;
}



body         
{ 
background-color: #EBEBEB; 
font-family:  sans-serif; 
text-indent: 5px;
font-size: 12px;
padding: 5px; 
margin: 5px; 
}
td           { font-family:  sans-serif; font-size: 14px }
a:link       { color: #0047BE; text-decoration: underline }
a:visited    { color: #0047BE; text-decoration: underline }
a:active     { color: #C40098; text-decoration: underline }
a:hover      { color: #C40098; text-decoration: underline }

.H           { font-family:  sans-serif; font-size: 12px; color: #000000; text-decoration: none; background-color: #BFD0EA;  }
.H:link      { font-family:  sans-serif; font-size: 12px; color: #000000; text-decoration: none }
.H:visited   { font-family:  sans-serif; font-size: 12px; color: #000000; text-decoration: none }
.H:hover     { font-family:  sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none }
.F           { font-family:  sans-serif; font-size: 15px; color: #FFFFFF; text-decoration: none; background-color: #A1BBE4}
.F:link      { font-family:  sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none }
.F:visited   { font-family:  sans-serif; font-size: 14px; color: #FFFFFF; text-decoration: none }
.F:hover     { font-family:  sans-serif; font-size: 14px; color: #000000; text-decoration: underline;  }

.G           { font-family:  sans-serif; font-size: 15px; color: #000080; text-decoration: none; background-color: #A1BBE4}
.G:link      { font-family:  sans-serif; font-size: 15px; color: #000080; text-decoration: none }
.G:visited   { font-family:  sans-serif; font-size: 15px; color: #000080; text-decoration: none }
.G:hover     { font-family:  sans-serif; font-size: 15px; color: #000000; text-decoration: underline;  }

.W:link      { font-family:  sans-serif; font-size: 12px; color: #808080; text-decoration: underline }
.W:visited   { font-family:  sans-serif; font-size: 12px; color: #000000; text-decoration: underline }
.W:hover     { font-family:  sans-serif; font-size: 12px; color: #0047BE; text-decoration: underline }
.W           { font-family:  sans-serif; font-size: 12px; color: #FFFFFF }
.textarea    { font-family:  sans-serif; font-size: 13px; color: #000000; background-color: #f5f5f5; border: solid rgb(255,128,0); border-width: 2px 2px 2px 2px; overflow:auto; } 	
select { font-family:  sans-serif; font-size: 11px; color: #000000; background-color: #F5F5F5; border-width: 1px 1px 1px 1px; }