html, body {
	margin:0px;
	padding:0px;
	border:0px;	
	background: #ffcc33;
}

div.main {
	width: 1010px;
	background: #ffcc33;
}

div.sidebar {
	width:337px;
	float:left;
	background: #ffcc33;
}

div.content {
	width:673px;
	float:left;
	background: #ffcc33 url(images/bg-paws.gif) repeat-y top left;
}

div.header {
	width:673px;
	height:77px;
	background: #ffcc33 url(images/fears_header.gif) no-repeat top left;
}

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 18px; 
	color: #000000;
}

br { 
	line-height: 25px;
}

ol { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height: 20px;
}

ul { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height: 20px;
}

li a {
	color: #0066ff;
	font-size:1.3em;
}

li { 
	color: #0066ff;
}

ul li { 
	color: #000000;
}

.quest { 
	color: #0066ff;
}

.answers { 
	margin-right: 20px;
}

p.answers span.quest a { 
	font-size:1.2em;
	font-weight:bold;
}