@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("nikonians.org") {

* { 
color: black !important ; 
background: none !important; 
background-color: ghostwhite !important; 
font-size-adjust: .57  ! important;

}

a:link { color: mediumblue !important }
a:visited { color: purple !important } 
a:hover, a:active { color: red !important }


}