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

BODY {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

IMG {
	margin-left: 50px;
}


A:LINK, A:VISITED {
	margin-top: 30px;
	color:#fee6c6;
	text-decoration: none;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	margin-bottom: 30px;
	margin-left: 50px;
}

A:HOVER {
	color:#FFFFFF
}