* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
}

body {
	padding: 60px 20px;
	font-size: 100%;
	background-color: #f2f8dd;
	color: #666633;
	line-height: 1.5;
}

a {
	color: #663333;
}

h1 {
	line-height: 2;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999999;
	color: #a0a080;
	font-size: 200%;
}
h3 {
	font-weight: bold;
}

ul, ol {
	margin-left:2em;
}

#contents {
	
}

#contents .s {
	margin-bottom: 1em;
}

#footer {
	border-top: 1px dotted #999999;
	padding: 30px;
	text-align: center;
	font-size: 80%;
	color:#999966;
}

.errorMessage {
	margin:1em;
	padding:1em;
	border:1px dashed #cc0000;
	background:#ffffaa;
	color:#cc0000;
}
