/* 
 -- style.css --
 text formating styles used in WYSIWYG editor
 */

body {  
	font-size: 81.25%;
}

/* @group Headers */

h1 {
	font-weight: bold;
	color: #b6245e;
	font-size: 17px;
	font-style: italic;
	margin-bottom: 10px;
}

h2 {
	font-size: 107.69%;
	font-weight: bold;
	padding-bottom: 5px;
}

/* @end */
 
 
