body {
   margin-left:auto; 
   margin-right:auto;
   text-align: center;
   color: #333;
   font-family: Lucida Grande, Verdana, sans-serif;
   font-size: 13px;
   
}

table.center {
   margin-left:auto; 
   margin-right:auto;
   text-align: center;
}

a.menu:link {
   text-decoration: none;
   color: #1f5880;
   font-weight: bold;

}
a.menu:visited {
   text-decoration: none;
   color: #1f5880;
   font-weight: bold;
}
a.menu:hover {
   background: #1f5880;
   color: white;
   font-weight: bold;
}
a.menu:active {
   background: #1f5880;
   color: white;
   font-weight: bold;
}
li {
   color: #1f5880;
   padding: 7px 0px 7px 0px;
   font-size: 12px;
   font-family: Lucida Grande, Verdana, sans-serif;
}
ul {
   list-style-type: square;
}
