	html {background-color: #1a1a1a;}
	
header { background-color: #ffff00;
		}




nav a {text-decoration: none;}

/* body {color: #ff0000; } */


h1 { color: #ff0000;
	font-stretch:ultra-expanded;
	font-family: Georgia, "Time New Roman", serif;
	}

h2 {background-color: #ffff00;
	color: #ff0000;
	font-family: Georgia, "Time New Roman", serif;}

h3 {background-color: #ffff00;
	color: #ff0000; 
	font-family: Georgia, "Time New Roman", serif;}


	p {color: #ffffff;}



ul { color: #ffffff;}

footer {background-color: #ffff00; }


.center {display: block;
		margin-left: auto;
		margin-right: auto;
		
}