body {
	background-color: #D7D7D7;
	word-wrap: break-word;
}

footer {
	text-align: center;
}

a:link {
    color: blue;
}

a:visited {
    color: blue;
}

a:hover {
    color: blue;
}

a:active {
    color: blue;
}