html, body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #eef1ee;
	color: #60766C;
	font-family: Georgia;
	font-size: 13px;
}
table{
	border: 0px;
	width: 100%;
	height: 100%;
}
td{
	text-align: center;
}
img{
	border: 0px;
}
a{
	text-decoration: none;
	color: #60766C;
	font-family: Georgia;
	font-size: 13px;
}
div.counter{
	padding-left: 5px;
}