body {
	color: rgb(6, 71, 7);
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:link
   {color: rgb(6, 71, 7);
   font-size: 14px;
	text-decoration: underline;

	font-weight: bold;
	
   	
   }
a {
	color: rgb(6, 71, 7);
	font-size: 14px;
	text-decoration: underline;
	
	font-weight: bold;
	
}

a:hover {
	color: rgb(6, 71, 7);
	font-size: 14px;
	text-decoration: underline;
	
	
	font-weight: bold;
}