/* default styles
--------------------------------------
You should augment or replace these styles to meet your style guide requirements.
Each class name will appear in the wysiwyg editor's pulldown menu. Element selectors (BODY, A, Hn, DIV, SPAN, P, etc) will be used for preview formatting of editor contents but will not appear in the pulldown.
-------------------------------------*/

body {
	font-family:Verdana,Sans-serif; 
	font-size:70%;
	}

/* font styles ------------------------------------------------------------*/
.smallestText {
	font-size:.65em;
	}
.smallText {
	font-size:.85em;
	}
.mediumText {
	font-size:1.25em;
}
.largeText {
	font-size:1.5em;
	}
.largerText {
	font-size:2em;
	}
.largestText {
	font-size:2.75em;
	}
.underlineText {
	text-decoration:underline;
	}

.highlight {background:yellow; padding:2px}

