BODY {
    background-color: gray;
	color: #333;
}

A:hover {
	text-decoration: none;
}

A {
    color: white;
}

#footer {
	text-align: center;
	font-size: x-small;
}

#title {
    color: yellow;
    font-family: monospace;
    text-align: center;
}
