html
{
	overflow-x: auto;
}

body
{
	background-color: #c0c0c0;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 10px;
	line-height: 135%;
	margin: 0;
	padding: 0;
	text-align: center;
}

table,
tr,
td
{
	color: #000;
	font-size: 10px;
	line-height: 135%;
}

a:link,
a:visited,
a:active
{
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	background: transparent;
	color: #007700;
}