.NavBar {
	font-family: Tahoma, Geneva, sans-serif;
	color: #eee;
	text-align: center;
}
.Main {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #EEE;
}

body
{
	background-color: #000;
	color: #EEE;
	margin-left: .5in;
	margin-right: .5in;
	margin-bottom: .5in;
}

a 			
{
	color: #eee;
	font-weight:normal;
	text-decoration:none;
} 
a:hover		
{
	color: #FFFFFF; 
	text-decoration: underline; 
}
p {
	text-align: left;
}
.Centered {
	text-align: center;
}
.footer {
	font-size: x-small;
	text-align: center;
}
