@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document 
url-prefix(http://www.google), 
url-prefix(http://google),  
url-prefix(http://docs.google)  
{

 body {  background-color:#818F23 !important; }

 a:link { color: mediumblue !important }

 a:visited { color: purple !important } 

 a:hover, a:active { color: #8F006A!important }
}