    body {
        background-color: #020418;
        /* font-family: Verdana, Arial, Helvetica, sans-serif; */
        font-family: Arial, Helvetica, sans-serif;
        color: #a8c5db;
        /* color: #FFFFFF;    */
    }
    td {
        /*font-family: Verdana, Arial, Helvetica, sans-serif; */
        font-size: 12px;
        color: #FFFFFF;
        /* font-weight: bold; */
    }
    th {
        font-size: 12px;
        font-weight: bold;
        color: #020418;
        /* background-color: #72CD75; */
        background-color: #a8c5db;
        border: 1px solid #020418;
    } 
    a:link {
        font-family: Arial, Helvetica, sans-serif;
        /* color:#663300;*/
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;            
    }    
    a:active {
        font-family: Arial, Helvetica, sans-serif;
        /* color:#ff6600; */
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;         
    }    
    a:visited {
        font-family: Arial, Helvetica, sans-serif;
        color:#996633;  
        font-size: 12px;
        /* color: #FFFFFF; */
        font-weight: bold;         
    }    
    h1 {
        color: navy;
        font-family: Arial, Helvetica, sans-serif;
        font-size: x-large;
        font-weight: bolder;
        text-transform: capitalize;
    }
    h2 {
        color: navy;
        font-family: Arial, Helvetica, sans-serif;
        font-size: large;
        font-weight: bolder;
        text-transform: capitalize;
    }
    h3 {
        color: navy;
        font-family: Arial, Helvetica, sans-serif;
        font-size: large;
        font-weight: lighter;
        text-transform: capitalize;
    }
    .style2 {
        border: 1px solid #020418;
    }     
    .style3 {
        border: 1px solid #FFFFFF;
    } 
    .style5 {
        font-size: 10px;
        color: #FFFFFF;
        background-color: #020418;
    }  
    .style8 {
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        background-color: #72CD75;
    }
    .style9 {
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration:underline;
    }
    .style10 {
        font-size: 12px;
        color: #FFFFFF;
    }
    .style11 {
        color:#020418;
        /* color: #000000; */
        background-color: #a8c5db;
    }  
    #list-menu ul {
        margin: 0; 
        padding: 0;
        list-style-type: none;
        font-family: verdana, arial, sanf-serif;
        font-size: 12px;   
    } 
    #list-menu li {
        margin: 2px 0 0;
        color: #FFFFFF; 
        line-height:3;        
    } 
    #list-menu a {
        display: block;
        width:80px;
        padding: 2px 2px 2px 10px;
        border: 1px solid #020418;
        background: #020418;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration:none; 
    } 
    #list-menu a:link, #list-menu a:active, #list-menu a:visited {
        color: #FFFFFF;
    }    
    #list-menu a:hover {
        border: 1px solid #020418;
        /* background: #72CD75;*/
        background: #a8c5db;
        /* color: #020418; */
       color: #020418;
    }     
    
    /* Image Slide shows */    
    #myslideshow {
        width: 440px; 
        border: 1px solid #020418;
        padding: 1px;
    }    
    #myslideshow img {
        border-width: 0;
    }
    #smallslideshow1, #smallslideshow2, #smallslideshow3, #smallslideshow4 {
        width: 98px; 
        border: 1px solid #020418;
       /* border-right: 1px solid #020418; */
        padding: 1px;               
    }        
    #smallslideshow1 a:link, #smallslideshow1 a:active, #smallslideshow1 a:visited {
        color: #020418;
    }
    #smallslideshow2 a:link, #smallslideshow2 a:active, #smallslideshow2 a:visited {
        color: #020418;
    }       
    #smallslideshow3 a:link, #smallslideshow3 a:active, #smallslideshow3 a:visited {
        color: #020418;
    }         
    #smallslideshow4 a:link, #smallslideshow4 a:active, #smallslideshow4 a:visited {
        color: #020418;
    }             
    #smallslideshow1 img {
        border-width: 0;
    } 
    #smallslideshow2 img {
        border-width: 0;
    }  
    #smallslideshow3 img {
        border-width: 0;
    }             
    #smallslideshow4 img {
        border-width: 0;
    } 
    
    /* Plus size image viewer */
    .enlargecaption{
    position: absolute;
    border: 1px dotted navy;
    font: normal 11px Arial;
    }
    
    .enlargecaption a{
    display:block;
    background: #a8c5db; /*bg color of caption*/
    padding: 3px;
    text-decoration: none;
    font-size: 10px;
    color: #020418;
    }
    
    .enlargecaption a:hover{
     background: lightyellow; /*bg color of caption when mouse rolls over it*/
    }
    
    .enlargebox{
    position: absolute;
    border:1px solid gray;
    display:none;
    }
    
    .enlargebox .title{
    background:gray;
    color:white;
    padding: 3px 2px;
    text-align: right;
    font:bold 14px Arial;
    }
    
    .enlargebox .title img{
    cursor:pointer;
    cursor: hand;
    }
    
    div.htmltooltip{
    position: absolute; /*leave this and next 3 values alone*/
    z-index: 1000;
    left: -1000px;
    top: -1000px;
    background: #a8c5db;
    border: 3px solid #020418;
    font-size: 10px;
    color: #020418;
    padding: 3px;
    width: 150px; /*width of tooltip*/
    }

