/* CSS Document */

body {
	background-color:#000000;
	margin: 10;
	padding: 0;
	font-family: arial, 'Times New Roman' sans-serif;
	font-size: 15px;
	line-height: .4em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .24em;
	color: #666666;
	text-decoration: none;
	line-height: 20px;  
}

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

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

a:hover {
	color: #996633;
	background-color:none;
}

a:active {
	color: 333333;
	text-decoration: none;
}

