body { background: #000000;
	margin:0px;
	color: #444444;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
}

a {
	text-decoration: none;
}

a:link { 
	color: #444444;
}

a:visited { 
	color: #333333;
}

a:hover { 
	color: #CCCCCC;
	text-decoration: underline;
}

a:active { 
	color: #333333;
}


#nav { 
	position: absolute;
	width: 5em;
	height: 1.1em;
	padding: .2em;
}

#directions {
	position: absolute;
	width: 6.1em;
	height: 1.1em:
	top: 0;
	margin-top:0; 
	left: 100%;
	margin-left: -6.6em;
	padding: .2em;
}
#container  
{
	margin-top: -10em; 
	margin-left: -15em; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 30em; 
	height: 20em 
}

.JoeName 
{
	color: white; 
	font-size: x-large; 
	font-weight: 800 
}

.bodyText
{
	color: silver; 
	font-weight: 300 
}

.StudySheet
{
	position:relative;
	left: 3em;
	color:#226635;
}