body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 18px;
	color: #CCCCCC;
	letter-spacing: 1px;
}

.text1 a {
	text-decoration: none;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.text1 a:hover {
	text-decoration: none;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}.tune {
	color: #FFCC00;
	font-weight: bold;
	letter-spacing: 2px;
}
#footer {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}


#footer a:hover {
	text-decoration: none;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
}

#footer a {
	text-decoration: none;
	color: #CCCCCC;
	
}