<!--
a:link { color: blue; text-decoration: none;}
a:active { color: darkblue; text-decoration: none; }
a:visited { color: green; text-decoration: none; }
a:hover { color: orange; text-decoration: underline; }
a.ltlnk:link { color: gold; text-decoration: none;}
a.ltlnk:active { color: yellow; text-decoration: none; }
a.ltlnk:visited { color: orange; text-decoration: none; }
a.ltlnk:hover { color: white; text-decoration: none; }
a.dklnk:link { color: darkblue; text-decoration: none;}
a.dklnk:active { color: darkblue; text-decoration: none; }
a.dklnk:visited { color: blue; text-decoration: none; }
a.dklnk:hover { color: green; text-decoration: none; }
BODY {background: ivory;
background-attachment: fixed;
scrollbar-face-color: ivory; 
scrollbar-shadow-color: gray; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: yellow; 
scrollbar-darkshadow-color: brown; 
scrollbar-track-color: ivory; 
scrollbar-arrow-color: darkblue;
}
TABLE { border-color: violet;}
TD { border-color: violet;}
TH {border-color: violet; color:#8000ff; font-style:italic;}
.lined {
        margin-left:20px;
    padding-left: 1em;
    border-left: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left-width: 2px;
    border-right-width: none;
    border-color: red;
  }
.outerbg{background: lightblue;}
.mainbg{background: ivory; 
	color: darkblue; border-top: 
	solid 3 gold; 
	border-left: 
	solid 3 gold;
a-link-color: darkblue; text-decoration: none;
a-active-color: orange; text-decoration: none; 
a-visited-color: darkblue; text-decoration: none; 
a-hover-color: gold; text-decoration: none; 
}
.xsmg{font-family: verdana; font-size:50%; color:gold;}
.xsm{font-family: verdana; font-size:50%; color:darkblue;}
.sm{font-family: verdana; font-size:60%; color:darkblue; text-align:right;}
.smr{font-family: verdana; font-size:60%; color:red;}
.smg{font-family: verdana; font-size:60%; color:gold;}
.med{font-family: times new roman; font-size:100%; color: purple; font-weight:bold;}
.medr{font-family: times new roman; font-size:100%; color:blue; font-weight:bold;}
.medg{font-family: times new roman; font-size:100%; color:gold; font-weight:bold;}
.lg{font-family: times new roman; font-size:150%; color:#8000ff; font-weight:bold; font-style:italic;}
.lgg{font-family: times new roman; font-size:150%; color:gold; font-weight:bold;}
.xlg{font-family: times new roman; font-size:250%; color:darkblue;}
.xlgg{font-family: fantasy; font-size:250%; color:gold;}
.xxlg{font-family: times new roman; font-size:250%; color:darkblue;}

#elButton a {
color: purple;
font-size:9px;
font-family:verdana;
font-weight:normal;
text-decoration: none;
border:4px outset ;
display: block;
width: 80px;
padding: 0px 0px;
margin: 1px;
halign:center;
}
#elButton a:hover {
color:purple;
padding-left:0px;
border:4px groove ;
}
#elButton a:active {
color:purple;
padding-left:0px;
border:4px inset ;
}
.filtp {filter:shadow(color:#8000ff); color:lightyellow;font-size:36pt;font-family:times new roman;font-style:italic;}
-->
