body	{
font-family: Times new roman;
font-size: 12px; 
margin: 0;
color: #000080;
background-color: #fff8dc;
background-image: none;
background-attachment: absolute;
}

.MenuBar
{
font-family: Times new roman;
font-size: 12px; 
margin: 0;
color: navy;
background: #fff8dc;
background-image: none;
background-attachment: absolute;
}

a:link			{
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #fff8dc;
text-decoration: none;

text-align: center;
width: 120px;
height: 25px;
border-style: outset;
border-width: 4px;
border-color: #FFFFCC;

background: navy;
background-color: navy;
}

a:active		{
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #fff8dc;
text-decoration: none;
text-align: center;
width: 120px;
height: 25px;
border-style: outset;
border-width: 4px;
border-color: #FFFFCC;

background: green;
background-color: green;
}

a:visited		{
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #fff8dc;

text-decoration: none;
text-align: center;
width: 120px;
height: 25px;
border-style: outset;
border-width: 4px;
border-color: #FFFFCC;

background: navy;
background-color: navy;
}

a:hover		{
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: white;
text-decoration: none;
text-align: center;

width: 120px;
height: 25px;
border-style: outset;
border-width: 4px;
border-color: #FFFFCC;

background: forestgreen;
background-color: forestgreen;
}


