﻿body {
	background-color: #BC9A5D;
	margin: 0px;
	padding: 0px;
	color: #663300;

}
a {
	color: #663300;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	color: #663300;
}
.thumb {
	height: 75px;
	width: 150px;
	margin-bottom: 2px;
	border: 1px solid #000000;
	cursor: hand;

}
h1 {
	font-style: italic;
}
h4 {
	font-weight: bold;
	font-style: italic;
}
hr {
	width: 95%;
	color: #663300;
}
.copyright {
	font-size: small;
	font-style: italic;
	color: #663300;
	text-align: center;
	background-color: #BC9A5D;
}


