body
  {
  color: #ffffff;
  background-color:  #000000; 
  font-family: Verdana;
  font-size: 10pt;
  font-style: normal;
  text-decoration : none;
  } 
td
  {
  color: #ffffff;
  font-family: Verdana;
  font-size: 10pt;
  font-style: normal;
  text-decoration : none;
  } 

/*hyperlinks*/
a:link{
color: #ffffff;
text-decoration: underline;
font-family: Verdana;
}

a:visited{
color: #ffffff;
text-decoration: underline;
font-family: Verdana;
}

a:hover{
color: #ffffff;
text-decoration: underline;
font-family: Verdana;
}

a:active{
background-color: transparent;
color: #ffffff;
text-decoration: underline;
font-family: Verdana;
}
