body {
	font-family: arial, helvetica, sans-serif;
}
h1 {
	font-size: 110px;
	font-family: times, serif;
	text-align: center;
	margin-top: 33%;
}

#navigation {
	color: rgb(255,255,255);
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
}
#complete {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
#content {
	margin: 100px;
}
strong {
	color: rgb(20,20,200);
}
a {
	text-decoration: none;
	color: rgb(255,255,255);
}
a:hover {
	color: rgb(100,100,100);
}
#blindtext {
	display: none;
}
img {
	border: 0px solid white;
}

