body {
	font-family: Arial, sans-serif;
	font-size: x-small;
	background-color: #696969;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
