body {
	font-family: sans-serif; 
	background-color: #073642;
	color: #93a1a1;
}

.index {
	margin: 1em;
	padding: 1em; 

}

.index ul {

}

.index li {
	font-weight: bold;

}
.index li::marker {
	color: #cb4616;
}

.index a {
	color: #859900;
}

.post {
	padding-left:2em; 
}

.post a {
	color: #859900;
}
.postheader {
	padding: 1em; 
	border-left: 3px solid #002b36;
}
.postheader h1 {
	color: #268bd2;

}

.postheader h2 {
	margin-left: 1em; 
	font-style: italic; 
}

.postheader h3 {
	color: #b58900;
}

.postbody {
	padding: 1em; 
	border-left: 3px solid #002b36;
	font-size: large;
	text-align: justify;
	line-height: 1.5em;
	color: #b3c1c1;

}
.postbody h3 {
	font-style: italic; 
}
