html { 
	image-rendering: -moz-crisp-edges; 
	-ms-interpolation-mode: nearest-neighbor; 
}

body {
	color:#6d4c3c;
}

#content {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	line-height:1.6em;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom:0.8em;
	overflow:visible;
}

h1 {font-size:167%;}
h2 {font-size:153.9%;}
h3 {font-size:123.1%;}
h4 {font-size:108%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5 {color:#333;}
h1, h2, h3 {font-family:Georgia, Verdana, sans-serif;}
h4, h5 {font-weight:bold;}

a, a:link, a:visited {
	color:#914e29;
}

strong {font-weight:bold;}
em {font-style: italic;}
small {font-size:85%;}

