body {
    margin: 0;
    padding: 0;
    background-color:#ffffcc;
}

a:link {
	color: #800925;
	text-decoration: underline;
	background-color: transparent;
}

a:visited {
	color: #800925;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #800925;
	text-decoration: underline;
	background-color: transparent;
} 

a:active {
	color: #800925;
	text-decoration: underline;
	background-color: transparent;
}


p,blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: sans-serif;
	color:#000000;
}


br {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: sans-serif;
	color:#000000;
}


.orange {
    background: url(../img/orangedottedline.jpg);
    background-repeat: repeat-x;
}

.pageheader {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: sans-serif;
	color:#F0C25D;
}

