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

h1 {
	margin-top: 150px;
	
}

a:link { 
	color: #4b4b4b;
	text-decoration: none;
}

a:visited {
	color: #5f3b3b;
	text-decoration: none;
}

a:hover {
	color: #990033;
	
}

p.contact {
	font-family: Verdana, Arial, sans serif;
	
}