@charset "UTF-8";

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 10px;
	border: 3px solid #FFFFFF;
}
.style1 {
	color: #666666
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	background-color: #333333;
}

p {
	line-height: 1.2em;
	color: #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
