@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://home.myspace.com/") {

body{
background-color:black !important;
}

a {
color:white !important;
text-decoration:underline !important;
}

div, a, table, th, tr, td {
background:black !important;
color:white !important;
border-color:white !important;
}

div[id=col3] {
visibility:hidden !important;
}

}