body {
  background-color: #FFFFFF;
  font-size: 13px;
  font-family: Lucida Sans Unicode;
  color:#000000;  
  padding:0px 8px;
  margin:2px;
}

a:link{
text-decoration: none
background: transparent;
color: #000000;
}
a:visited{
text-decoration: none
background: transparent;
color: #000000;
}
a:active{
text-decoration: none
background: transparent;
color: #000000;
}
a:hover{
text-decoration: none
background: transparent;
color: #BFBFBF;
}