a img {
	border: none;
}
p {
	font-family:"arial", arial,helvetica;
	font-size:16px;
}
h1 {
	font-family:"arial", arial,helvetica;
	font-size:20px;
	font-weight: bold;
	color: #18eb71;
	text-align: center;
}
a, a:visited {
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
}
/* layout */

#heading {
	margin-top:10px;	
	margin-bottom:10px;
}
#content {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 3px solid #18eb71;
	background-color: #1e1e1e;
	height= 18px;
	font-size: 14px;
	font-family:"arial", arial,helvetica;
	font-weight: bold;
	color: #18eb71;
	text-align: center;
}
#content .div1 {
	float: left;
	text-align: left;
}
#box {

	text-align: center;
	color: #18eb71;
	background-color: #1E1E1E;
	padding: 7px 7px 7px 7px;
	border-top: solid #18eb71 3px;
	border-left: solid #18eb71 3px;
	border-right: solid #18eb71 3px;
	border-bottom: solid #18eb71 3px;
	font-size: 16px;
        margin-bottom: 10px;
        width: 780px;
	margin-left: 95px;
	margin-right: 40px;
}

#footer {

	text-align: center;
	color: #918E85;
	background-color: #FBF4E2;
	padding: 2px 5px 2px 5px;
	border-top: solid #D4CBB4 1px;
	border-left: solid #D4CBB4 1px;
	border-right: solid #D4CBB4 1px;
	border-bottom: solid #D4CBB4 1px;
	font-size: 16px;
        margin-bottom: 10px;
        width: 970px;
}
