body {
	background: #ffe;
	color: #000;
	font: normal small Verdana,Tahoma,sans-serif;
	margin: 0;
	width: 90%;
}

h1 {
	margin: 0;
	color: #800;
	text-align: center;
	margin-top: 1em;
}

h2 {
	margin: 0;
	color: #800;
	font-size: small;
	background: #ea8;
}

h3 {
	margin: 0;
	color: #800;
	text-align: center;
	font-weight: normal;
	font-size: medium;
	font-style: italic;
}

.content {
	margin: 3em;
}

.c {
	text-align: center;
}

.menu {
	margin-top: 1em;
	text-align: center;
}

a.updated {
	cursor: help;
	color: #a00;
	font-weight: bold;
	font-style: italic;
}

span.u {
	text-decoration: underline;
}

span.s {
	text-decoration: line-through;
}

span.iu {
	font-style: italic;
	text-decoration: underline;
}

span.ub {
	text-decoration: underline;
	font-weight: bold;
}

span.iub {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

span.green {
	font-weight: normal;
	color: #117743;
}

.red {
	color: red;
}

.redb {
	color: red;
	font-weight: bold;
}

div#boards {
	float: left;
	border: 1px solid #ea8;
	width: 160px;
	margin-left: 5px;
}

div#boards a {
	text-decoration: none;
}

div#boards ul, div#contents ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

div#boards ul li a, div#contents ul li a {
	padding: 2px;
	display: table-row;
	font-size: x-small;
	color: #550;
}

div#boards ul li:hover, div#contents ul li:hover {
	background-color: #fec;
}

div#rules {
	width: auto;
	border: 0px solid #800000;
	margin: 0px 5px 5px 170px;
	padding: 0px 0px 0px 5px;
}

div#rules p, div#faq p {
	background-color: #ea8;
	margin: 0px 5px 0px 0px;
	color: #800000;
	font-weight: bold;
}

div#rules span, div#faq span {
	margin: 0px 35px 5px 0px;
}

div#contents {
	float: left;
	border: 1px solid #ea8;
	width: 235px;
	margin-left: 5px;
}

div#contents a {
	text-decoration: none;
}

div#faq {
	width: auto;
	border: 0px solid #800000;
	margin: 0px 5px 5px 245px;
	padding: 0px 0px 0px 5px;
}
div#rules a {
	text-decoration: none;
}

div#rules span a {
	text-decoration: underline;
}

.newssub {
	position: absolute;
}

.permalink {
	text-align: right;
}

.permalink a {
	color: blue;
	text-decoration: none;
}