*
{
   margin: 0;
   padding: 0;
}

body
{
   font-family: "lucida sans", verdana, arial, "sans-serif";
   font-size: 12pt;
}

div.content
{
   width: 700px;
   margin-left: auto;
   margin-right: auto;
}

div.head
{
   font-family: marker felt;
   font-size: 24pt;
   text-align: center;
}

ul.menu
{
   width: 125px;
   margin: 0 10px 0 0;
   float: left;
}

ul.menu li
{
   list-style-type: none;
   line-height: 20px;
}

ul.menu a
{
   text-decoration: none;
   color: #003399;
   font-weight: bold;
   width: 100%;
   display: block;
   border: 0;
   padding-left: 5px;
}

ul.menu a:hover
{
   background-image: url(../img/Common-MenuSelect.gif);
   background-repeat: no-repeat;
   color: white;
}

a
{
   text-decoration: underline;
   color: black;
}

a:hover
{
   border-bottom: 1px solid black;
}
