@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	behavior: url(csshover.htc);
	background-color: #99cc00;
	background-image: url();
	background-repeat: repeat;	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
#header {
	padding: 0px;
	overflow: hidden;

	text-align: center;
}

#middle {
	clear: left;
	padding: 0px;
     min-height:500px;
     height:auto;
	 overflow: hidden;
	 text-align:center;

}

#result {
	float: left;
	width: 800px;
	overflow: visible;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;

	
}
#footer {
	padding: 10px;

	text-align: center;
}

a{
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #333399;
	text-decoration: underline;
}

a:visited {
	color: #039;
	text-decoration: none;
}

p.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF3;
}
p.construction {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FF3;
}

