<!--
a:link { color: #8000ff; text-decoration: none;}
a:active { color: #8000ff; text-decoration: none; }
a:visited { color: #8000ff; text-decoration: none; }
a:hover { color: blue; text-decoration: underline overline; }


BODY {background: darkseagreen;
background-attachment: fixed;
scrollbar-face-color:  darkseagreen; 
scrollbar-shadow-color: green; 
scrollbar-highlight-color: yellow; 
scrollbar-3dlight-color: applemint; 
scrollbar-darkshadow-color: darkgreen; 
scrollbar-track-color: darkseagreen; 
scrollbar-arrow-color: gold;
}
.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: silver; color: #8000ff;}
.mainbg {background: ivory; 
	border-top: inset ; 
	border-bottom: inset; 
	border-left: inset ;
	border-right: inset; 
	border-color: gold;
	border-width: 5px;
}
.xsmg{font-family: verdana; font-size:50%; color:gold;}
.xsm{font-family: verdana; font-size:50%; color:silver;}
.sm{font-family: verdana; font-size:60%; color:blue;}
.smg{font-family: verdana; font-size:60%; color: mauve;}
.medp{font-family: times new roman; font-size:100%; color:purple; font-weight:bold;}
.med{font-family: times new roman; font-size:100%; color:#8000ff; font-weight:bold;}
.medr{font-family: times new roman; font-size:100%; color:red; 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:silver; font-weight:bold;}
.lgg{font-family: times new roman; font-size:150%; color:gold;}
.xlg{font-family: times new roman; font-size:200%; color:silver;}
.xlgg{font-family: verdana; font-size:250%; color: violet;}
.xxlg{font-family: times new roman; font-size:250%; color:silver;}

#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;}
-->
