body
{
	background-color: silver;
	font-family	: verdana;
	margin		: 0px;
}

a
{
	color		: #031727;
}

img
{
	border		: 0px none;
}

.tabletop
{
	background	: #031727 url(images/computer.jpg) no-repeat top center;
	color		: white;
	font-size	: 30px;
	font-weight	: bold;
	width		: 100%;
	height		: 180px;
	text-align	: center;
}

.tabletitle
{
	background-color: #031727;
	color		: white;
	font-size	: 14px;
	font-weight	: bold;
	height		: 25px;
	margin-top	: 25px;
	text-align	: center;
	width		: 800px;
}

.tabledata
{
	background-color: white;
	border		: 1px solid #031727;
	color		: #031727;
	font-size	: 14px;
	height		: 400px;
	padding		: 25px;
	text-align	: center;
	width		: 800px;
}
