a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

body,td,th {
	background-color: #D2C8AA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

#Table_01 {
position: absolute;
left: 50%;
top: 50%;
margin-left: -300px;
/* Half the width of the DIV tag which is 50 pixels */
margin-top: -200px;
/* Half the height of the DIV tag which is also 50 pixels */
}
