 a { 
   font-family:"lucida console",futura,helvetica;
   font-weight:bold;
   margin-top:9px;
 }

 a:link, a:visited {
   color:#fff;
   text-decoration:none;
 }

 a:hover{
   color:#AFF;
   text-decoration:underline;
   text-shadow:0px 0px 9px #8d8;
 }

 body {
   background-image: url("/images/2021-abm-background.jpg"); 
   background-attachment: fixed;
   background-size: 100% 100%;
   background-size:cover;
 }

 div, span {
   color:#fff;
   font-family:"lucida console",futura,helvetica;
   font-size:18px;
   text-align:justify;
 } 

 .mainbox, .lowerbox { 
   padding:10px;
   background-color:#555;
   border-radius:20px;
   box-shadow:9px 9px 9px #222 inset, 2px 2px 4px #AAB;
   border:1px #779 solid;
   margin-left:160px;
   margin-right:80px;
   margin-top:65px;
 } 
 
 .lowerbox {
   margin-top:15px;
 }
 
 .sitebutton { 
   width:64px;
   vertical-align:top;
 } 

 .ColHead {
   background-color:#CCC;
   color:AFF;
   font-size:20px;
   font-weight:bold;
   text-align:center;
 }
 
 h1 { 
   font-size: 36px;
   text-shadow:0px 0px 9px #446655;
 } 

 h3 { 
   font-size: 22px;
   text-shadow:0px 0px 3px #AABBDD;
   display:inline;
 } 
 
 table {
   border-spacing:0px;
 }
 
 tr:nth-child(4n+1) {
    background: #585866;
 }
 tr:nth-child(4n+2) {
    background: #222;
 }
 tr:nth-child(4n+3) {
    background: #404050;
 }
 tr:nth-child(4n+4) {
    background: #444;
 }
 
 td{
   font-family:"lucida console",futura,helvetica;
   padding-left:5px;
   padding-right:5px;
   vertical-align:top;
 }
