@namespace url(http://www.w3.org/1999/xhtml);
*{
  background-color:#000000 !important; 
  color:#00AA00 !important;}
:link {
    color: #3366FF ! important;
    text-decoration: underline ! important;
}
:visited {
    color: lime ! important;
    text-decoration: underline ! important;
}
a:hover {
    color: #FF6666 ! important;
    text-decoration: underline ! important;
}