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


body {
	background-image : url();
	background-color : black;
	background-repeat: repeat;
	background-position: right;
	width:95%;
	margin-right:2%;
	margin-left: 3%;
	padding: 0%;
	color: darkgrey;
	overflow: visible;
}

a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: orange;
}
a:hover {
	text-decoration: none;
	color: red;
}