/* common */
body	{
	background-color:white;
	font-family: Courier;
	}
a:link 	{
	color:#101010;
	text-decoration: none;
	}	
a:visited {
	color:#090909;
	text-decoration: none;
	}	
div#center {
	overflow: hidden;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -150px;
	height: 350px;
	width: 700px;
	border-style:none;
}
p.nwen {
	font-size: 30px;
	font-style: bold;

}