body {
    color: white;
    background-color: white; 
    background-image: url(images/RedBrown.jpg);
}
a:link {color:#cccccc;}
a:active {color:#cccccc;}
a:visited {color:#999999;}

div.menu
{
    text-align:center;
    vertical-align:bottom;
    width: 130px;
    height: 30px;
    margin: 0px;
    cursor:pointer;
    background-image: url(images/MButtonUpTack2.jpg);
    font-size:24px;
    color:#CCCCCC;
}
div.menuon
{
    text-align:center;
    vertical-align:bottom;
    width: 130px;
    height: 30px;
    margin: 0px;
    background-image: url(images/MButtonUpTack2.jpg);
    font-size:24px;
    font-weight:bold;
    color:#f2f2f2;
}
.button
{
   cursor:pointer;
   color:white;
   background-color:black;
   font: 13pt "Courier New";
   text-align:center;
}
.highlight
{
   cursor:pointer;
   color:white;
   background-color:gray;
   font: 13pt "Courier New";
   text-align:center;
}
