body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/background.jpg);
	background-color: #EBD4B2;
	background-repeat: repeat-x;
	line-height: 24px;
}
a:link {
	color: #95582B;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #342519;
	text-decoration: underline;
}
