body{
	font-family	: verdana;
	margin		: 25px;
}
a{
	color		: #031727;
}
.bodytop{
	background	: #031727 url(images/computer.jpg) no-repeat top center;
} 
.bodymiddle{
	background-color: silver; 
}
.tabletop{
	color		: white;
	font-size	: 14px;
	font-weight	: bold;
	width		: 100%;
	height		: 200%;
}
.tabletitle{
	background-color: #031727;
	color		: white;
	font-size	: 14px;
	font-weight	: bold;
	height		: 25px;
	text-align	: center;
	width		: 800px;
}
.tabledata{
	background-color: white;
	border		: 1px solid #031727;
	color		: #031727;
	font-size	: 14px;
	height		: 400px;
	padding		: 25px;
	width		: 800px;
}
.buttonnormal{
	background-color: silver;
	border		: 3px solid gray;
	color		: #031727;
	cursor		: pointer;
	font-size	: 14px;
	font-weight	: bold;
	height		: 25px;
	text-align	: center;
	width		: 100px;
}
.buttonselect{
	background-color: gray;
	border		: 3px solid silver;
	color		: #031727;
	cursor		: pointer;
	font-size	: 14px;
	font-weight	: bold;
	height		: 25px;
	text-align	: center;
	width		: 100px;
}
.buttonspace{
	height		: 5px;
}
.title{
	font-size	: 28px;
	text-align	: center;
}