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

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color:#999999;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align:center; 
	}

a {color: #CC6699; font-size: 14px; text-decoration: underline;}
a:hover {color: #CC6699; font-size: 14px; text-decoration: none;}
a:visited {color: #CC6699; font-size: 14px; text-decoration: underline;}
a:visited:hover {color: #CC6699; font-size: 14px; text-decoration: none;}


#main {
	margin: 0px;
	padding: 160px 0px 0px 0px;
	border: 0px;
	text-align:center;
	
}