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

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1 {
	text-align:left;
}

a:link {
	color: #895e33;
	text-decoration: none;
	}
	
a:visited {
	color: #9d9184;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

a img {
	border: 0;
}