﻿ul {
list-style-type: none;
height: 45px;
width: 800px;
margin: auto;
padding: 0;

}

li {
float: left;
}

ul a {
padding-right: 15px;
padding-left: 15px;
display: block;
line-height: 40px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
color: #feff01;
}



ul a:hover {
color: #FFF;
text-decoration:underline;
}


 body
        {
            background-color: #94D3E9;
            margin-left: 0px;
            margin-top: 10px;
            margin-right: 0px;
            margin-bottom: 10px;
        }
        
.Current
{
	text-decoration:underline;
	font-style:italic;
}
