﻿body 
{
      background-color: Silver;
}
a:link
{
    color: #990066;
    text-decoration: none;
}
a:visited
{
    color: #990066;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    color: #990066;
    text-decoration: none;
}
.navTable
{
    position: relative; 
    border-spacing: 50px;
    margin: auto;
    border-collapse: collapse;
}
.navButton
{
    width: 100px; 
    border-width: medium;
    border-color: Maroon;
    border-style: solid;  
    background-color: White;
    text-align: center;
     
}
.banner
{
    position: relative;
    top: 37px; 
    left: 0px;
    border-width: thick;
    border-color: Maroon;
    border-style: groove;
    display: block;
    margin: auto;
}

