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


	body {
	background-color: #485648;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	color: #6F0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-size: 10px;
	}
a {
	text-decoration: none;
	color: #6F0;
}
a:link {
	color: #6F0;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
.active_link {
	color: #000;
	background-color: #FFF;
}
.text {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	text-align: justify;
	left: 10px;
	margin-left: 7px;
}
a:visited {
	color: #6F0;
	text-decoration: none;
}
a:active {
	color: #6F0;
	text-decoration: none;
}
img {
	border: 0;
}
