.ItalicsHeaderBlack {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.RedNormal {
	color: #FF0000
}
.RedItalics {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.RedTitle {
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
}

.NormalText {
	font-family: Tahoma
}
.RedHeader {
	color: #FF0000;
	font-size: 16pt;
	font-family: Tahoma;
	font-weight: bold;
}
body, td, th {
	font-family: Tahoma;
}
.BlueHeader {
	color: #00F;
	font-weight: bold;
}
.PurpleHeader {
	color: #800080;
	font-weight: bold;
}
.LlamaNamesGreen {
	font-size: x-large; 
	font-weight: bold; 
	font-style: italic; color: 
	#008000; 
}
.xxtrasmallBLACK {
	font-size: xx-small;
}
.EASY {
	color: #009900;
	font-weight: bold;
}
.MODERATE {
	color: #CC9900;
	font-weight: bold;
}
.DIFFICULT {
	color: #990000;
	font-weight: bold;
}
.GreenNormal {
	color: #006600
}