/* ---- Empty ---- */
body {
 color: #000000;
 background:
  #ffffff
  url(none) !important;
}
a:link {
 background: transparent;
 color: #000099;
 text-decoration: underline;
}
a:visited {
 background: transparent;
 color: #990000;
 text-decoration: underline;
}
a:hover {
 background: transparent;
 color: #ff0000;
 text-decoration: underline;
}
a:active {
 background: transparent;
 color: #ff0000;
 text-decoration: underline;
}
