.title
{
	border-width: 4px;
	border-style: solid;
	border-color: #ACACA5;
	background-color: #F3EFD4
}

.titleText
{
	font-size: xx-large;
	font-family: "Footlight MT Light";
	font-weight: bolder;
}

.mainCell
{
	padding: 20px
}

.mainBody
{
	font-family: "Footlight MT Light";
	background-color: #F3EFD4;
	border-width: 4px;
	border-style: solid;
	border-color: #ACACA5;
	font-size: 20px
}

.bodyText
{
	font-family: "Footlight MT Light";
	font-size: 20px
}

.dotted
{
	border-bottom-style: dotted;
	bottom-border: 1px;
	border-color: #000000
}

.menu
{
	border-width: 4px;
	border-style: solid;
	background-color: #F3EFD4;
	border-color: #ACACA5
}

.menuItem
{
	font-family: "Footlight MT Light"
}

.menuItemSelected
{
	font-family: "Footlight MT Light";
	border-width: 1px;
	border-style: solid
}

.heading1
{
	font-family: "Footlight MT Light";
	font-size: x-large;
	font-weight: bold
}

.heading2
{
	font-family: "Footlight MT Light";
	font-size: medium;
	font-weight: bold
}

.footer
{
	font-family: "Footlight MT Light";
	align: center;
	font-weight: bold
}

.image
{
	border-width: 4px;
	border-style: solid;
	border-color: #DDB323
}

a
{
	text-decoration:none;
	color: black
}

body
{
	background-color: #91AA68
}