@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(mozillazine.org) {

body, p, div, font, table, tr, td, span, input, select, button {
   font-family: 'Lucida Grande', sans-serif !important;
   font-size: 10pt !important;
   line-height: 160% !important;
   text-align: justify !important;
}

h1,h2,h3,h4,h5,h6 {
   font-family: 'Lucida Grande', sans-serif !important;
   font-size: 12pt !important;
   line-height: 160% !important;
   text-align: justify !important;
}

a:link {
	text-decoration: underline !important;
	font-family: 'Lucida Grande', sans-serif !important;
    font-size: 10pt !important;
    line-height: 160% !important;
    text-align: left !important;
}

a:visited {
	text-decoration: underline !important;
	font-family: 'Lucida Grande', sans-serif !important;
    font-size: 10pt !important;
    line-height: 160% !important;
    text-align: left !important;
}

a:hover {
	text-decoration: underline !important;
	font-family: 'Lucida Grande', sans-serif !important;
    font-size: 10pt !important;
    line-height: 160% !important;
    text-align: left !important;
}

.code {
	font-size: 10pt !important;
	font-family: Chicago, 'Courier New', monospace !important;
	color: black !important;
}

}