a {
  color: #fff;
	text-decoration: none;
}
a:hover {
  color: #f90;
}
a:visited {
  color: #ccf;
}
a img {
	border: none;
}


body {
  background-color: #900;
	font-family: arial, helvetica, sans-serif;
	color: #ffc;
}






.intro {
	font-size: 0.8em;
	text-align: center;
	color: #f90;
	margin-bottom: 36px;
}

.lindex {
  font-size: 0.8em;
	text-align: right;
	color: #ffc;
	width: 100%;
	margin-bottom: 36px;
	border-bottom: 1px solid #ffc;
}
.lindexer {
	text-align: left;
	font-style: oblique;
	color: #ccc;
}

