body         { margin:0; text-align: Left; text-indent: 0; font-family: Arial,Helvetica; font-size: 10pt; 
               padding: 2px; scrollbar-face-color:'#0E311F'; /* dark green - same as layout bars */ 
scrollbar-arrow-color:'#EDF2EF'; /* silver-gray - same as button */
scrollbar-track-color:'#A1D1B3'; /* light green - same as button hover */
scrollbar-shadow-color:'#E2CD9E'; /* light brown */
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'#808080';
scrollbar-darkshadow-Color:'#808080'; /* gray */ 
color: black}

A:link {
	color: #A1D1B3;  /* light green */
	text-decoration: none;
}

A:visited {
	color: #A1D1B3;
	text-decoration: none;
}

A:active {
	color: #A1D1B3;  /* light green */
	text-decoration: none;
}

A:hover {
	color: #AD8505;   /* dark brown */
	text-decoration: none;
}
