body
{
	background: #89a7d4;
}
a
{
  color: white;
  text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
footer
{
	text-align: center;
}
footer a
{
	color: green;
}
footer p
{
	color: green;
}
footer a:hover
{
	color: green;
}