@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}

h1 {
	font-size:xx-large;
	color: #CCC;
	font-style: normal;
	letter-spacing: 25px;
	text-shadow: 5px 5px 8px black;
}

h2 {
	color: #666;
	letter-spacing: 15px;
	text-shadow: 5px 5px 8px black;	
}

#footer {
	letter-spacing: 6px;
	word-spacing: 10px;
	text-align: center;
}
	
#copyright {
	font-size: 8px;
	letter-spacing: 2px;
	word-spacing: 2px;
	text-align: center;
}

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


a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #F00;
}
	
a:hover  {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
