body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #6EBC00;
scrollbar-3dlight-color: #6EBC00;
scrollbar-darkshadow-color: #6EBC00;
scrollbar-face-color: #f4f4f0;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #f5f5f5;
text-align:center;
margin:0 auto; 

}
p {
	font-family:"Trebuchet MS";
	font-size:12px;	
	}
table.sample {
	border-width: 3px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #d5d5d5;
	border-collapse: collapse;
	background-color: #fffafa;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

A:link {text-decoration: none; color:#333}
A:visited {text-decoration: none; color:#666}
A:active {text-decoration: none}
A:hover {text-decoration: none; border-bottom:1px dotted #390; color:#390}