body {  font-family: "MS Sans Serif"; font-size: 10px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
scrollbar-face-color:#AAFFAA;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#80FF80;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#00C832;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#EEFFEE;
}
td {  font-family: "MS Sans Serif"; font-size: 13px}
a:link {  text-decoration: none}
a:hover {  color: #FF0000; text-decoration: underline}
a:visited {  text-decoration: none}

table.sample {
	border-width: 1px;
	border-spacing: 5px;
	border-style: outset;
	border-color: blue;
	border-collapse: separate;
	background-color: white;
}
table.sample th {	
	text-align: left;
	font: bold 12px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-color: blue;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-color: blue;
	background-color: #f5fafa;
	-moz-border-radius: 3px 3px 3px 3px;
}
