p {
	color: gray;
	width: 75%;
}
body {
	margin-left: 20%;
	width: 70%;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	background-color: black;
	color: lightgray;
	overflow-y: scroll;
}
a {
	color: lightgray;
	text-decoration: none;
	border-bottom: solid 1px lightgray;
}
a:hover {
	color: white
}

a.big {
	font-size: 22px;
	color: lightgray;
	text-decoration: none;
	border-bottom: solid 1px lightgray;
}
a.big:hover {
	color: white
}

a.back {
	font-size: 35px;
	color: lightgray;
	text-decoration: none;
	border-bottom: none;
}
a.back:hover {
	color: white
}

.hdr {
	font-size: 35px;
	color: #ADFF2F;
	float: left;
}

.hdrh {
	font-size: 35px;
	color: white;
	float: left;
}

.hdrl {
	font-size: 35px;
	color: #e0e0e0;
	text-decoration: none;
}

.hdrb {
	font-size: 35px;
	color: darkgray;
	text-decoration: none;
	position: relative;
	float: left;
	margin-left: -150px;
}

b, h1, h2, h3 {
	font-weight: normal;
	color: white;
}

h1 {
	font-size: 26px;
}

.hdr2, h2 {
	font-size: 22px;
	color: white;
}

.h2here:hover {
	font-size: 22px; color: white;
}

