body {
padding: 0;
position: relative;
font-size: 12px;
font-family: Verdana, Helvetica, Arial, sans serif;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}

a:link {
   color: #000000;
text-decoration: none;
}

a:visited {
   color: #333
   font-style: italic;
}

a:hover {
   color: #ffffff;
   background-color: #585b6a;
   text-decoration: none;
}

a:active {
   color: #ffffff;
   background-color: #585b6a;
   text-decoration: none;
}

table {


}