@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #696;
	text-align: center;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 30px;
}

h4 {
	font-size: 42px;
	text-align: center;
}

p.copyright {
	font-size: 10px;
	font-style: italic;
	text-align: left;
}
#wrapper {
	width: 887px;
	border: thick groove #895B2E;
	margin-right: auto;
	margin-left: auto;
}
.standout {
	font-weight: bold;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CD9967;
}
a:hover {
	background-color: #895B2E;

