body
{
	margin: 0 auto;
	padding: 0;
	color: #333;
	background: #083331;
	font-size: 80%
}

h1, h2, h3 {
font-family: lucida grande, verdana, arial, helvetica, sans-serif;
letter-spacing: 0.09em;
}

h4 {
font-family: lucida grande, verdana, arial, helvetica, sans-serif;
margin-bottom: 4px;
}

p {
font-family: lucida grande, verdana, arial, helvetica, sans-serif;
}

ol {
	margin-bottom: 10px;
}

.center {
text-align: center;
}

blockquote {
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

ul {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

img {
margin: 0;
padding: 0;
border: none;
}

a:link { background-color: transparent; text-decoration: none; color: #803331; }
a:hover { background-color: transparent; text-decoration: none; font-weight: bold; color: #803331; letter-spacing: 0.09em;}
a:visited { background-color: transparent; text-decoration: none; color: #803331; }

#blog {
margin: 15px auto;
width: 450px;
background: #083331;
border: none;
}

.entry {
background: #bed5d4;
margin: 10px auto;
padding: 10px;
border: 2px solid #000;
}

.entry a:link { background-color: transparent; text-decoration: underline; color: #212c00; }
.entry a:hover { background-color: transparent; text-decoration: underline; font-weight: bold; color: #212c00; letter-spacing: 0.09em;}
.entry a:visited { background-color: transparent; text-decoration: underline; color: #212c00; }

.paginate {
text-align: center;
color: #ffffff;
}

.avatar {
float: left;
margin: 0 10px 10px 0;
border: 2px #000 solid;
display: inline;
}

.sig {
border-top: 1px #000 dashed;
margin: 10px;
font-style: italic;
}