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

body {  
	font-size: 81.25%;
}

/* @group Headers */

h1 {
	font-size: 123.08%;
	font-weight: bold;
	color: #555;
}

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

/* @end */
 
 