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

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #231F20;
	text-decoration: none;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.headline {
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #993300;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #231F20;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #231F20;
	text-decoration: none;
}
.border {
	border: 5px solid #231F20;
	background-color: #FFFFFF;
}
