@charset "utf-8";
/* CSS Document */
.EventGold {
	font-family: "Comic Sans MS", cursive;
	color: #FC0;
	margin-right: 0px;
	margin-left: 0px;
	font-size: large;
	font-weight: bold;
}
.eventDate {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

.goldQuotes{
	font-family: "Comic Sans MS", cursive;
	color: #FC0;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 18px;
}
.gold {
	font-family: "Comic Sans MS", cursive;
	color: #FC0;
	margin-right: 0px;
	margin-left: 0px;
}
.CentreBold {
	font-weight: bold;
	text-align: center;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.tableInput {
	color: #FF6;
}
.eventBox {
	background-color: #999;
	padding: 20px;
	width: 600px;
	margin-left: 75px;
	text-align: left;
	color: #FFF;
	border: thin solid #FC0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

.middle {
	text-align: center;
}
