body {
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-image: url('images/hex_background_1680_1050.gif');
	color: black;
}

hr {
	border: none;
	background-color: grey;
	height: 3px;
	width: 25%;
}
	

img {
	border: none;
}

a {
	color: grey;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: none;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -211px;
	margin-top: -75px;
	
	text-align: center;
	
}

