/**********************************************
*	HTML
**********************************************/
body{
  text-align: center;
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", arial;
	color: #2A5B1D;
	font-size: 9pt;
	background: #FFFFFF;
	}
a {
color: #0000FF;
text-decoration: none;
}
a:hover{
	color: #800080;
	text-decoration: none;
}
h1 {
font-size:16px;
}
table {
 
 margin-left: auto; 
 margin-right: auto;
 text-align: center;
 width:800px;
 border: solid 0px blue; 
 padding:0px;
 border-spacing: 0;
border-collapse: collapse
}
td {
padding:0px;
}
