﻿@charset "utf-8";

body {
	background-color: rgb(210, 209, 208); 
}
a:hover {
	background-color: rgb(210, 209, 208);
}
a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	line-height: 35px;
	font-size: large;
	text-decoration: none;
}

