

body
{
font-size:90%;

font-family:georgia,serif;
}

table
{
background-color:beige;
}




h1
{
font-family:helvetica,sans-serif;
}



ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

li
{
display:inline;
float:left;


}







a:link,a:visited  
{
display:block;
width:127px;
border-top:1px solid grey;
border-right:1px solid grey;
border-left:1px solid grey;
border-bottom:none;
text-align:center;
color:rgb(147,147,145);/*grey*/
background-color:rgb(23,23,75);/*blue*/
text-decoration:none;

}  

 

a:hover 
{

color:white;
border-bottom:none;

}

a:active 
{

background-color:beige;
border-bottom:none;

}  /* selected link */









