@charset "ISO-8859-1";
.text16 {
	font-size: 16px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #660000;
	text-align: center;
	font-weight: normal;
}
.text12 {
	font-size: 12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	text-align: center;
	font-weight: normal;
}
body {
	background-color: #CCCC66;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
p {
	font-size: 14px;
}
a {
	color: #600;
}

a:visited {
	color: #330;
}
#container {
	width: 500px;
	margin: 40px auto 0;
}
.centered {
	text-align: center;
}
.comment-rule {
	width:300px;
	height:1px;
	background-color:#630000;
	border: none;
	margin: 30px auto;
}