body
{
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	border-left: solid 15px #bb0066;
	font-family: Verdana;
	font-size: 80%;
}

h1
{
	font-size: 130%;
	font-weight: bolder;
}

h2
{
	font-size: 110%;
	font-weight: bolder;
	margin-bottom: 5px;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}
a:hover 
{
	color: #ff0000;
}



.nltitle 
{
	font-size: 200%;
	text-align: center;
	font-variant: small-caps;
	font-weight: bolder;
	letter-spacing: 3px;
	background-color: #ff0099;
	margin-left: 40%;
	margin-bottom: 20px;
	margin-right: 15px;
	padding: 5px;
}

.nlintro
{
	background-color: #bb0066;
	width: 65%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	display: block;
}

.nlintrocorner
{
	position: absolute;
	visibility: hidden;
	width: 30%;
	right: 0px;
	background-color: #ff0099;
	font-size: 16px;
	font-style: italic;
	font-weight: 900;
	text-align: center;
	border-right: solid 15px #bb0066;
	padding: 10px;
	display: block;
}
.nlintrocorner A
{
	font-size: 12px;
}
.nlintrocorner A:hover
{
	color: #000000;
}

.footer
{
	font-size: 75%;
	background-color: #404040;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.footer ul
{
	margin-top: 0px;
	margin-bottom: 5px;
}
.footer ul li
{
	margin-bottom: 10px;
}

.disclaimer
{
	background-color: #505050;
	border: solid 1px #ffffff;
	font-size: 70%;
	padding: 10px;
	margin-left: 10%;
	margin-right: 10%;
}



.content, .coops, .stats, .highscore, .footer, .interview
{
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	border-right: solid 15px #bb0066;
}

.content
{
	background-color: #005500;
}

.interview
{
	background-color: #447744;
}
.interview ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.interviewpic
{
	margin-right: 30px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 150px;
}

.coops
{
	background-color: #552255;
}

.stats
{
	background-color: #002255;
}
.famousgames
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.highscore
{
	background-color: #550000;
}
.highscoretable
{
}
