body		{	background-color: #5C5347;
				font-family: arial; 
				color: black; 
				font-size:9pt;
			}

table		{	font-family: arial; 
				color: black; 
				font-size:9pt;
			}
			
main.table	{	background-color: #FEFAED;
			}
			
a			{	text-decoration: none; 
				color: green; 
				font-size: 9pt;
			}
			
a:hover		{	text-decoration: underline; 
				color: black;
			}