body {
	background-color: #CCCCCC;
}
.bighead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #505050;
}
.littlebottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ee3b34;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #505050;
	font-weight: bold;
}
.emphtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ee3b34;
}

A: {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
	color: #ee3b34
}