
 /* prevent layout shifting and hide horizontal scroll */

 html {  width: 100vw;}

 body { 
        margin:5;
        padding:0
 }

 body { overflow-x: hidden;}
 body { background-color: black; background-position: center;}
 body { font-family: Verdana, sans-serif; }
 body { color: #000000; }


 td { font-size: 80%; }

 a:link { color: #006666;text-decoration: none; } /* for unvisited links */
 a:visited { color: #006666;text-decoration: none; } /* for unvisited links */
 a:hover { color: black; text-decoration: none; } /* when mouse is over link */

.nohover, .nohover:hover
{   text-decoration: none;
color: black;
}

 li{ margin: 0.8px 0;}

 .biggertd { font-size: 110%;}  /* bigger font in td */
 .sitelocation { font-size: 85%;}  /* bigger font for location */
 .ackno{ font-size: 75%;}  /* smaller font for acknowledgements */
 .sitemapsmaller { font-size: 98%;}  /* smaller font for acknowledgements */

 body { background-image: url("../images/background.png"); 

 body { background-size:  auto;
        background-repeat: repeat-y;       

 }



