html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background:repeat-x fixed 0 top 

}
p {
	color: #663300;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 1.5em;
}
.emph{
	font-style: italic;
	font-weight: bold;
}
.tinted{
	color:#FFC;
}


.question_headers {
	color: 663300;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-indent: 0em;
}
li{
	padding-left: -150px;
	list-style-image: url(images/list_burst.gif);
	text-indent: 20em;
}


div.datehead {
	height:auto;
	width:auto;
	vertical-align:top;
	padding-right: 40px;
	text-align: right;
	padding-left: 300px;
}

A:link {
	color: #cc8822;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
A:hover {
	color: #cccc66;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
A:visited {
	color: #999933;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
div.footer {
	height:auto;
	width:900px;
	vertical-align:top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #10191B;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	
}
div.footer A {
	font-size: 10px;
}

.scroll {
	width: 365px;
	height: auto;
	min-height: 150px;
	max-height: 150px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	overflow: auto;
	background-color: #F1EBE5;
	border-color: #DE495B;
	border-style: solid;
	text-align: justify;
}

