/* 
CSS for pages to mimic Barthelme 
*/
html, body {
	
}
body {
	background-color: #f6f8fa;
	color: #0b1115;
	line-height: 150%;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
	width: 90%;
}

p {
	text-align: left;
}


h2 {
	background: #f6f8fa;
	color: #2c4554;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0.3em 0 1em 0;
	text-align: left;
	font-family: georgia, times, serif;
}



ul li {
	list-style: square;

}



code, pre {
	font: 1em/normal "courier new", courier, monospace;
}


/* LINK STYLES */

a, a:active, a:link, a:visited {
	color: #42677e;
	background: transparent;
}

a:hover {
	color: #0b1115;
	background: transparent;
}
