div.brewFestResults span {
	font-size: x-large;
	font-weight: bold;
	color: #cc9900;
}

div.brewFestResults {
	font-size: medium;
}

div.brewFestResults p {
	color: #cc9900;
}

div.brewFestResults a {
	color: #cc9900;
	text-decoration: underline;
}

div.brewFestResults a:hover {
	color: #cc9900;
	text-decoration: underline;
}

div.brewFestResults img {
	padding-right: 10px;
}

div#styles {
	border: 3px solid #99ccff;
	float: right;
	background: #99cc66;
	height: 500px;
	overflow: scroll;
	padding: 3px;
}

div#styles dl dt {
	font-weight: bold;
}

div.brewFest table {
	width: 400px;
	border-collapse: collapse;
	border: 3px solid #cc9900;
	margin-bottom: 15px;
}

div.brewFest table tr td {
	padding: 5px;
	border: 3px solid #cc9900;
}

div.brewFest table thead tr th {
	padding: 5px;
	font-size: large;
	text-align: center;
	font-weight: bold;
	background: #cc9900;
	border: 3px solid #cc9900;
}
