body {
	margin-top: 0px;
	background: #FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525A40;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
	color: #0606AA;
	float: left;
	width: 510px;
}

h2 {
	font-size: 1.3em;
	margin-top: 0;
	color: #0606AA;
	border-bottom: 1px solid #9CCF31;
}

h3 {
	font-size: 1.5em;
	margin-top: 0;
	color: #9CCF31;
}

a {
	text-decoration: none;
	color: #525A40;
}

a:hover {
	border-bottom: none;
	color: #9CCF31;
}
/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 510px;
	background: #FFFFFF;
}

.post {
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 0;
	font-weight: normal;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.entry {
	border-bottom: 1px #9CCF31 solid;
	border-top: 1px #9CCF31 solid;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
	color: #0606AA;
}