﻿body
{
}

#hof
{
	min-height: 600px;
	min-width: 160px;
	border: 1px black dotted;
	padding-left: 10px;
}

#stateChamps
{
	min-width: 160px;
	border: thin none red;
	font-size: 9pt;
	border-right: 1px dotted black;
}

#updateLog
{
	min-height: 600px;
	float: left;
	border: thin none green;
	margin-bottom: 1em;
}

#wrapper
{
	width: 400px;
	padding: 10px;
	float: left;
}

#welcomeText
{
	border: thin none black;
	margin-bottom: 1em;
}
