
body { 
color:#5F7A77; font:13px Arial, Helvetica, sans-serif;
}

h2, h3 {clear:left;}

h1 {font-size:24px; color:#5F7A77; line-height:24px;}
h2{ font-size:16px; line-height:18px; text-transform:uppercase; margin:0 10px 5px 0;}
h3 {font-size:14px; line-height:16px; text-transform:uppercase; margin:0 10px 5px 0;}
h4 {font-size:12px; line-height:18px; text-transform:uppercase; margin:10px 0 0 0;}


a {color:#5F7A77;}
a:hover {color:#2f5958;}
a img {border:0;}

p { padding:0 0 10px 0;}


blockquote {
	background:#ebf8f7;
	border-left:4px solid #305e5c;
	color:#2f5958;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:10px 0 15px 10px;
	padding:0 0 0 10px;
}

pre, code {
	padding: 0 0 20px 6px;
	margin:10px 0 12px 10px;
	border-top: 1px solid #b1ded5;
	border-right: 1px solid #b1ded5;
	border-bottom: 1px solid #b1ded5;	
	border-left: 4px solid #b1ded5;
	background-color: #ebf8f7;
	
	color: #2f5958;
	font-size:0.9em;	
	overflow:auto; 
	line-height:2.2em;
		
}

