@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("addons.mozilla.org") {

* { background: lightblue !important; color: black !important; } 


* {font-size: 1.0em !important }



font *{color: #492FC9 !important }

a:link	{	
	text-decoration:	none !important;
	font-weight:	bold !important;
	color:	blue !important;
	
	}	
		
a:visited	{	
	text-decoration:	none !important;
	font-weight:	bold !important;
	color:	#006600 !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;
	
	}
}