body {
	color: #EFBC01;
	background-color: black; 
	text-align: center;}

h1 {
	font-size: 50px; 
	color: rgb(51, 51, 255);}

h2 {
	color: rgb(51, 51, 255); 
	font-size: 100%;}

h3 {
	font-weight: 100%; 
	color: red; 
	font-style: underline; 
	font-size: 100%; 
	font-weight: normal;}

a:link, a:visited {
	color: #025E91;}

a:hover, a:active {
	color: #025E91;
	font-style: italic;}

#Nav ul {
	font-weight: bold; 
	font-size: 28px;}
	
#Nav ul li {
	padding: 8px;
	display: inline;}	

#Nav a:link, #Nav a:visited 
	{color: rgb(255, 255, 51); 
	text-decoration: none;}

#Nav a:hover, #Nav a:active {
	color: #0000fa;	
	text-decoration: none; 
	font-style: normal;
	border: 2px solid #0000fa;}

#Nav a#current {
	color: rgb(255, 255, 51);}

p, h2, h3 {
	width: 40em; 
	margin-left: auto; 
	margin-right: auto;}

p {text-align: left;}