body background-color: black;

#title {
	background-color: black;
	color: #1ce400;
	font-size: 50px;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

#text1 {
	background-color: black;
	color: #ffcc19;
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#text2 {
	background-color: black;
	border-color: #ff3321;
	border-width: 4px;
	border-style: groove;
	color: #fbff15;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
}

#text2 a {
	background-color: black;
	color: #ff3204;
}

#pictureholder {
	background-repeat: no-repeat;
	background-color: black;
	margin-right: auto;
	margin-left: 200px;
	width: 800px;
}

*:focus {
border: none;
outline: none; 
}