body {
	background-color: #CCCCCC;
}

.tinytext {
    font-family: Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 10px;
}

.normaltext {
    font-family: Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 16px;
}

.boldtext {
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.bighead {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-large;
	font-weight: bolder;
}

.smallhead {
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.menutext {
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.smallmenutext {
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.boldtext {
	font-family: Arial, Helvetica, Geneva;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.italicsQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #0000FF;
}
