body {
	background-image: url(../graphics/background.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 25px;
	height: 100%;
	vertical-align: middle;
	margin: 0px;
	color: #001C46;
	background-color: #fff5d5;
}
a:link {
	color: #5C4B25;
}

a:visited {
	color: #5C4B25;
}

a:hover {
	color: #846C35;
	text-decoration: none;
}
