body {
	width:900px;
	margin:0 auto 0 auto;
	padding:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eee;
}
#header{
	width:100%;
	
}
#header h1{
	color:#333;
	font-size:1.8em;
	font-weight:normal;
	padding:0;
	margin:20px 0 10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.8em;
}

#header p{
	color:#666;
	padding:0;
	margin:auto 0 10px 5px;
	line-height:1em;
}
#content{
	padding:10px;
}
#content.entry{
	margin:10px 5px 10px 5px;
	
}
.entry div{
	display:none;
}
.entry h2{
	color:#333;
	font-size:1.5em;
	margin:5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:2px;
	border-bottom:solid 1px #333;
	position:relative;
}
.entry h2:first-letter{
	color:red;
}
.entry h2 span{
	font-size:0.7em;
	color:#666666;

}
.entry h2 a{
	position:absolute;
	right:0px;
	font-size:0.7em;
	margin-top:5px;
}
.entry h2 a:visited{
	color:#333333;
}
.entry h3{
	color:#333;
	font-size:1.2em;
	margin:8px 0 8px 5px;
}
.entry h3 span{
	color:#666666;
	margin-left:5px;
	float:right;
}
.entry h3 a span{
	font-style:italic;
	float:none;
}
.entry p{
	margin:10px;
	padding:0
	padding-left:15px;
	line-height:1.4em;
}
.entry a{
	text-decoration:none;
	color:#333333;
	
}
.entry a:hover{
	color:#666666;
	border-bottom:dotted 1px black;
}
.entry a:visited{
	color:#666666;
}
#footer{
	width:100%;
	text-align:right;
	margin:20px 0 10px 0;
	color:#333;
	
}
#footer a{
	color:#666;
	text-decoration:none;
	}
#footer a:hover{
	color:#333;
	border-bottom:dotted 1px black;
	}
#footer a:visited{
	color:#666;
	}
