body {
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;	
	line-height: 160%;
}

h1 {
	font-size: 240%;
	margin-top:1.5em;
}

h2 {
	font-size: 200%;
	margin-top: 2em;
}

h3 {
	font-size: 140%;
	margin-top: 2em;
}


h1, h2, h3 {
	letter-spacing: -0.03em;
	margin-bottom: 0em;
	line-height: 100%;
	font-weight: normal;
}

/*
p, .postWrapper{
	font-size: 120%;
	line-height: 150%;
	word-spacing: 0.1em;
}
*/

a:link {
	color: black;
	text-decoration:underline;
}

a:visited {
	color: black;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:black;
}

blockquote {
	background-color: #ccc;
	padding:4px;
}

.caps {
 	text-transform: uppercase; 
	letter-spacing:2px;
}