@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {

html,body,tbody,tr,td,div {  background-color:#779F65!important; }
a:link { color: mediumblue !important }
a:visited { color: purple !important } 
a:hover, a:active { color: #8F006A!important }

}