/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   font-size: 12px;
}

.title-1 {
   font-size: 14px;
   font-weight: bold;
   text-decoration: underline;
}

.title-2 {
   font-size: 12px;
   font-weight: bold;
   text-decoration: underline;
}

.footer {
   font-size: 11px;
}

.citation {
	font-style: italic;
	margin-left: 30px;	
}

