.list {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.pageText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.redText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	color: #FF0000;
}
.title {
	font-family: "Comic Sans MS";
	font-size: 22px;
	font-style: oblique;
	color: #000066;
	font-weight: bolder;
}
.highlight {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF66;
}
.redList {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #33CC00;
}
a:active {
	text-decoration: none;
}
.whiteText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.greenText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
}
