body
{
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}

table
{
	width: 600px;
	vertical-align: middle;
	background-color: white;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
table.form
{
	border-right: thick groove;
	border-top: thick groove;
	border-left: thick groove;
	border-bottom: thick groove;
}
td
{
	font-family: Cursive;
	text-align: center;
}
.titlefont
{
	color: Black;
	font-style: normal;
	font-weight: bold;
	font-family: Arial;
	font-size: x-large;
}
.frametitlefont
{
	font-weight: bolder; 
	font-size: xx-large;
}
.smallfont
{ 
	font-weight: lighter; font-size: x-small;
}

.mediumfont
{
	font-weight: bolder; font-size: large; 
}
.largefont
{
	font-weight: bolder; font-size: x-large; color: maroon
}
.copyright
{
	font-size: xx-small;
	font-style: normal;
	font-family: 'Comic Sans MS';
}