body{
	background-color: AFAFAF;
	font-family: helvetica;
	color: white;
	font-weight: bold;
}

h1{
	color: 494949;
	font-size: 7em;
}

p{
	font-size: 3em;
}

a:link{
	color: 87D1FF;
	text-decoration: none;
}

a:visited{
	color: 87D1FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
