﻿body
{
    color: white;
    background-color: #000000;
}
a:link, a:visited, a:active
{
    color: #66CCFF;
}

a:hover, #menuBar a:hover
{
    background-color: #cccc99;
    color:#000000;
}
div#title
{
    
    background-color: #999966;
    background-image: url(img/title6.jpg);
    color:#ffffff;
}
div#body
{
    font-size: small;
    font-variant: small-caps;
}

#menuBar
{  
    color: #ffffff;
}
#menuBar a
{
 color: #ffffff;
}
 #menuBar a:hover
{
    background-color: #cccc99;
    color:#000000;
}
div#menuBar
{  
    border-top: #daa520 1px solid;
    border-bottom: #daa520 1px solid;
    /* background-color: #ffcc66; */
}
a
{
    text-decoration: none;
    color: black;
}

/*
div#menuBar a
{
    color: #000000;
    text-decoration: none;
    background-color: #99cc99;
}

div#menuBar a:hover
{
    background-color: #d3d3d3;
    color: #000000;
}
*/
a:visited
{
    color: #ffcccc;
}

a.maplink
{
    font-size:12pt; 
    color:#000000; 
    font-weight: bolder;
}
em
{
    font-weight: bolder;
    color: #000000; /*ffcc66;*/
    font-style: normal;
}
em.heading
{
    font-size:larger;
    color:#000000;
    margin-left:-1em;
}

div#footer
{
    border-top: white 1px groove;
}


div#inos
{
    color: #ffcc99;
}

    #bodyOutside{
      background-image: url(img/tile5.jpg);
      background-repeat:repeat;
      
    }

