.spaced {
	letter-spacing: 0.5em;
	padding-top: 40px;
	padding-left: 20px;
}
.indent {
	margin-left: 5px;
	padding-left: 15px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: auto;
	color: #FFC;
	background-color: #000;
	line-height: 20px;
	background-image: url(heroes.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}



ul {
	line-height: 150%;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	margin: 5px;
}

A:link {
	color:#06F;
	text-decoration:none;
	font-size: 120%;
	line-height: 140%;
}
A: link.classics {
	color:#FFCC00;
}

A:visited {color:#ff6600;text-decoration:none}
A:hover {
	color:white;
	text-decoration:none;
	background-color: #000;
}
A:active {background:#cccccc;color:black;text-decoration:none}
.fltrt {
	float: right;
	margin-right: 20px;
}
.classicspage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: italic;
	color: #ffcc00;
	text-decoration: none;
	letter-spacing: 0.2em;
}
