body { background: #fefefe ; font-size: 76%; }

#content
{
	width: 640px;
        margin: 20px auto;
        padding: 30px 0;
        position: relative;
}

#content blockquote
{
	font: normal 2.1em/1.6 georgia, times, serif;
	color: #222;
	margin: 0 0 15px 0;
}

p
{
	font: normal 1.1em/1.6 georgia, times, serif;
	color: #222;
	margin: 0 0 15px 0;
}

img { display: block; margin: 0 0 15px 0; }

#articleNav { 
        position: absolute;
        top: 0;
        left: 0;
        font: bold 1.6em/1 "helvetica neue", arial, sans-serif;
        color: #ccc;
}

h1 { 
	font: normal 1.5em/1.4 georgia, times, serif; 
	color: #222;
	position: absolute;
	top: -1800px;
	left: 0;
}

h3 {
	font: normal 1.1em/1.3 georgia, times, serif;
	color: #222;
	position: absolute;
	left: -1800px;
	top: 0;
}


a, a:visited, a:hover, a:link, a:active { color: red; text-decoration: none; }
#articleNav a:hover, a:hover {color:red;}
#articleNav a { color: #222; }

#who { color: #ffffaa; }