a
{
	color: black;
	text-align: center;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	color: rgb(255,0,0);
	text-align: center;
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

body
{
	background-color: #708090;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div
{
	margin-left: 0px;
	margin-right: 0px;
}

html
{
	overflow: scroll;
}

table
{
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: 0px;
}

td
{
	padding: 6px;
}