@charset "UTF-8";
body {
	background-attachment: scroll;
	background-image: url(header.gif);
	background-repeat: repeat-x;
	background-position: 144px top;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.information {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}

.hide { 
	display: none; 
}a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #d8ff00;
	text-decoration: none;
}
