/* CSS Document - styles used by the editor (KTML) */

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 130%;
	font-weight:bold;
}

.textXLarge{
	font-size:280%;
}

.textLarge{
	font-size:200%;
}

.textMedium{
	font-size:130%;
}

.textSmall{
	font-size:90%;
}

.textXSmall{
	font-size:60%;
}

.textArial{
	font-family:Arial, Helvetica, sans-serif;
}

.textTimes{
	font-family:"Times New Roman", Times, serif;
}

.textCourier{
	font-family:"Courier New", Courier, mono;
}

.textGeorgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.textVerdana{
 	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.textComic{
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
}

.lineThrough{
	text-decoration:line-through;
}
.lineUnder{
	text-decoration:underline;
}
.lineOver{
	text-decoration:overline;
}	


