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

body {
	background-color: #393321;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #cccccc;
	font-size: 12px;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
