/* CSS Document */
body,table,tr,td{
margin: 0;
padding: 0;
border: none;
background-color:#999999;
margin-left: auto;
margin-right: auto;
color: #cecece;
font-size:10px;
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;

}
a:link  {
color: #5e5e5e; 
font-weight: bold;
text-decoration: underline;
}
a:visited  {
color: #5e5e5e; 
text-decoration: underline;
}
a:hover   {
color: #5e5e5e; 
text-decoration: none;
}
a:active  {
color: #5e5e5e; 
text-decoration: underline;
}

