body {
	background-color: #000000;
	color: #008000;
	font-family: "Lucida Console", "Andale Mono", Courier;
}

.nav {
	float: left;
	margin-top: 50px;
	width: 20%;
	border-width: 2px;
	border-style: solid;
	border-color: #008000;
	
}

.Content {
	float: right;
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 50px;
	width: 70%;
	border-width: 2px;
	border-style: solid;
	border-color: #008000;
}

a.anc {
	text-shadow: 2px 2px;
}


ul {
	list-style: none;
}

li {
	padding: 2px;
}

a:link	{
	text-decoration: none;
	color: #008000;
}
a:visited	{
	text-decoration: none;
	color: #008000;
}
a:hover	{
	background-color: #008000;
	color: #000000;
}
a:active	{

}

#girl {
	float: left;
	
}

img.media {
	max-height: 240px;
	max-width: 240px;
	float: left;
	margin: 3px;
}

.ASCII {
	white-space: pre;
}
img.o24N {
	max-height: 12px;
	max-width: 200px;
}