body{
	background-image: url('circlePattern.png');
	background: #eeeeee;
	font-family: 'Walter Turncoat';
	text-align: center;
	margin: 10%;
	}

h1{
	font-size: 41px;
	}

p{
	color: #999999;
	}

img{
	}

a{
	color: #5887ab;
	text-decoration: none;
	}

a:hover{
	color: #44506e;
	}

a:hover img {
	opacity: .9;
	}