/* 
 * BEGIN - Quote Levels Colors
 */

blockquote[type=cite] {
color: navy ! important;
}
blockquote[type=cite] blockquote {
color: maroon ! important;
}
blockquote[type=cite] blockquote blockquote {
color: green ! important;
}
blockquote[type=cite] blockquote blockquote blockquote {
color: purple ! important;
}
blockquote[type=cite] blockquote blockquote blockquote blockquote {
color: teal ! important;
}

/* 
 * END - Quote Levels Colors
 */

.moz-txt-sig, .moz-signature {
color: #E4941B !important;
}
.moz-txt-sig > a, .moz-signature > a {
color: #E4941B !important;
}

.moz-txt-underscore {
text-decoration:underline;
}
