body {
      BACKGROUND-COLOR: #eee;
		margin-left: 6px;   
		margin-top: 6px; 
		margin-bottom: 6px; 
		margin-right: 6px; 

}




TD {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif
}


a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: orange;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}


.red {
	COLOR: red;
}