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


a img {border: none; } 

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}


h1, h2 {
	color: #66FF99;
}

h3, h4, h5, h6 {
	color: #336633;
}

/*links*/

a:link {
	color:#FF9999;
	text-decoration:none;
}

a:visited {
	color: #FF9999;
	text-decoration:none;
}

a:hover {
	color: #99CC99;
	background:none;
}

a:active {
	color: #FF99999;
	text-decoration:none;
}
