@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("addons.mozilla.org") {

* { background: black !important; color: red !important; } 


body, p, div, font, table, tr, td, span, input, select, button, .topictitle {
  font-family: Tahoma !important;
   font-size: 11pt !important;
   line-height: 100% !important;
   text-align: justify !important;
}



font *{color: #ee0000 !important }

a:link	{	
	text-decoration:	none !important;
	font-weight:	bold !important;
	color:	red !important;
	
	}	
		
a:visited	{	
	text-decoration:	none !important;
	font-weight:	bold !important;
	color:	#ee0000 !important;
	
	}	
		
a:active	{	
	text-decoration:	none !important;
	font-weight:	bold !important;
	color:	#F30 !important;
	background:	#FF0 !important;
	}	
		
a:hover	{	
	text-decoration:	none !important;
	color:	#F30 !important;
	
	}	
		
a.offsite	{	
	text-decoration:	none !important;
	font-weight:	normal !important;
	color:	#C30 !important;
	
	}
}