body {
	background: #fff;
	border-left: 8px solid #c2ff69;
	border-right: 8px solid #c2ff69;
	margin: 0;
	padding: 0 5px;

	font-size: small;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

h1 {
	background: #fff url(necoco-mini.png) no-repeat top left;
	padding-top: 35px;
	color: #333;
	font-size: small;
}
h2 {
	color: #555;
	font-size: x-small;
}
h3 {
	color: #fb0;
	font-size: xx-small;
	margin-top: 10px;
}
#top {
	background: #fff url(necoco.png) no-repeat center top;
	padding-top: 50px;
	color: #fff;
}

.posted {
	border-left: 5px solid #af8;
	border-bottom: 1px solid #af8;
	padding-left: 3px;
	font-size: xx-small;
	color: #555;
}
.comments {
	margin-bottom: 10px;
}

#header {
	border-bottom: 1px solid #fb0;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

#footer {
	color: #555;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	padding-top: 2px;
	border-top: 1px solid #fb0;
}

.date {
	font-size: x-small;
	color: #777;
}
.entry-description {
	font-size: x-small;
	color: #576;
	margin-bottom: 5px;
}

.key {
	color: #c70;
}

#help {
	font-size: x-small;
}

#menu, #back {
	margin-top: 10px;
}