﻿html {
	height:100%;
}
body {
	padding: 0px;
	margin: 0px;
	height:100%;
	background-color: #fff5df;
	font-family: Arial, Verdana;
	font-size: 11pt;
}
p {
	margin:0;
}

ul {
	margin:0;
}

img {
	border-width:0;
}


#content a, #content a:active, #content a:link, #content a:visited {
	color: #8d2414;
	text-decoration: none;
}

#content a:hover {
	color: #8d2414;
	text-decoration: underline;
}

#content {
	padding-right:10px;
}