body {
	background-color: #FFFF66;
	font-family: "Comic Sans MS";
	color: #333300;
	font-style: italic;
	font-size: 14px;
}
a:link {
	font-family: "Comic Sans MS";
	color: #993300;
}
a:hover {
	color: #FF9900;
	font-family: "Comic Sans MS";
}
a:visited {
	color: #993300;
	font-family: "Comic Sans MS";
}
a:active {
	color: #993300;
	font-family: "Comic Sans MS";
}
.GarbersText {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #333366;
	background-color: #CCFFCC;
}

.PageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.TinyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.NormText {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #333300;
	font-style: italic;
	font-weight: bold;
}
.SpecialText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC6600;
}
.NormTextUnderline {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #333300;
	text-decoration: underline;
}
.TinyTextBold {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
}
