body {
	background: #668134;
	margin:0px;
	text-align:center;
}
#contents {
	width:90%;
	background-color:#fff;
	border:2px solid black;
	}
h1 {
	font:16pt Arial,sans-serif;
	margin:0px 0px 0px 20px;
	color:#000;
	}
h2 {
	font:14pt Arial,sans-serif; 
	margin:5px 0px;
	text-decoration:none;
	}
h2 a:link {
	font:14pt Arial,sans-serif; 
	margin:5px 0px;
	color: #fff;
	text-decoration:none;
	}
h2 a:visited {
	font:14pt Arial,sans-serif; 
	margin:5px 0px;
	color: #fff;
	text-decoration:none;
	}
h2 a:hover {
	font:14pt Arial,sans-serif; 
	margin:5px 0px;
	color: red;
	text-decoration:underline;
	}
h2 a:active {
	font:14pt Arial,sans-serif; 
	margin:5px 0px;
	color: red;
	text-decoration:underline;
	}
p	{
	margin:0px 50px 10px 20px;
	}