* { background: #fff; }

body {
	font-family: Georgia, serif;
	background: none;
	color: black;
}

/* HIDE
-------------------------------------------------*/

div#head, div#sidebar, div.image-container, div#footer {
	display: none;
}

a.image img, a img {
	border: 0;
	border: none;
}


/* TEXT
-------------------------------------------------*/
a:link, a:visited { 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
}

#main a:after {
	content: " [" attr(href) "] ";
}

#content, #footer {
	font-size: 10pt;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 16pt;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 12pt;
	margin: 0 0 3px 0;
}

/* 
-------------------------------------------------*/

#primary {
	float: none;
	width: auto;
}