body {
    margin:0px;
	BACKGROUND-COLOR: #F0FAD8;
	font-size: 12px;
	line-height: 15px;
	color: #003300;
}
tr td{
font-size: 12px;
line-height:20px;
}
a:link {
	color: #006600;
	text-decoration: none;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #006600;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #99CC00;
	font-size: 13px;
}
