body {
	font-family: "Georgia", Times New Roman, Serif;
	color: #000;
	background: #fff;
}

div.questions{
    display:  inline;
    clear: both;
    page-break-before: always;
    page-break-inside: auto;
}

#nav, #side, #footer, .post-meta, #respond, .reply, .post-info, .actions, .paging, .mainmenu{
	display: none;
}

#header h1 {
	/*background: #CBC2B6 url('../img/headerLogo.gif') no-repeat 50% 10px  ;*/
	color: #6D4C39;
	padding: 10px 40px 20px 40px ;
}

#header h1 {
	/*background: #CBC2B6 url('../img/headerLogo.gif') no-repeat 50% 10px  ;
	text-align: center;
	font-size: 24pt; font-style: italic;
	margin: 0;*/
}
#header h2 {
	text-align: center;
	font-size: 10pt;
}

/* Override the screen css with overflow:visible instead of auto */
#content{
	overflow: visible;
}

#content h2 {
	font-size: 18pt;
	font-style: italic;
}

#content h3 {
	font-size: 12pt;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

#questions {
    	font-size: 44pt;

}

#main p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}

div.message
{
	font-size:12px;
}

