@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #700;
}
html {
	background-color: #700;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
}

.main {
	background-color: #EEE;
	height: 900px;
	width: 1000px;
	margin-right: auto;
	margin-left: 80px;
	position: absolute;
	padding: 6px;
	left: 0px;
	top: 29px;
	border: medium solid #000;
	overflow: auto;
}

.body{
	position:absolute;
	width:949px;
	height:196px;
	
	left: 6px;
	top: 200px;
}
.body td {
	padding: 5px;
}

