.listheader  { color: green; font-size: larger }
.descripText   { color: red; font-style: italic; font-weight: normal; font-size: larger }
.superText    { font-size: smaller; vertical-align: super }
.subText  { font-size: smaller; vertical-align: sub }
.justText { text-align: justify }
.note  { color: maroon }
.exactSizeText   {
	font-size: 14px;
	line-height: 14px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif
}
.exactSizeTextSmall { font-size: 10px; line-height: 10px; text-align: justify }
.exactSizeSpaced { font-size: 16px; line-height: 18px; text-align: justify }
.exactSizeTextH1   { font-size: 24px; line-height: 24px; text-align: justify }
.exactSizeTextVSpaced {
	font-size: 14px;
	line-height: 24px;
	text-align: justify
}
.labelText   { color: red; font-style: oblique; font-weight: bold; font-size: smaller }
.noteText { color: red; font-style: oblique; font-weight: bold; font-size: 14px; line-height: 14px }
.overScoreText { text-decoration: overline }
.hiliteText {
	background-color: #FF3;
}
.lighttext { font-weight: 100 }
.whiteText {color: #FFF}
.blinkingText {
	text-decoration: blink;
}
