body, p, table, td, ul, ol, textarea, input {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10pt;
}


body {
   background-color: #ffffff;
   margin: 0;
   padding: 0;
}


A, A:visited, A:active {
   text-decoration: none;
   font-weight: bold;
   color: blue;
}


A:hover {
   text-decoration: underline;
}


A.white, A.white:visited, A.white:active  {
   color: #FFFFFF;
}


A.soft, A.soft:visited, A.soft:active  {
   font-weight: normal;
   color: #6c6cff;
}