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

#contents {
	width: 500px;
	height: 300px;
	position: absolute;
	top:50%;
	left: 50%;
	margin: -150px 0 0 -250px;
	padding: 0px;
	border-color: #ddd;
	border-style: double;
	border-width: medium;
}
html, body {
	margin:0;
	padding:0;
}
body{
	font-family:"Courier New", Courier, mono;
	background-color: #fff;
	color: #444;
	font-size: smaller;
}
a{
	color: #333;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
	list-style-type: none;
}
a.styleS:link {
	color:#333333;
	text-decoration:
	}
a.styleS:visited {
	color:#333333;
	text-decoration:none;
	}
a.styleS:active {
	color:#333333;
	text-decoration:none;
	}
a.styleS:hover {
	text-decoration: none;
	color: #FF0000;
	}
address {
font-size: smaller;
text-decoration:none;
font-style:normal;
}