body{
	background-color : "#3f863D";
	
}




a:link{
	color : white;
	text-decoration : none;

	background-color : transparent;
	
	
}

a:visited{
	color : white;
	text-decoration : none;

	background-color : transparent;

	
	
}

a:active{
	color:"white";
	text-decoration : none;

	background-color : transparant;
	font-weight: bold;
}


a:hover{
	color:  "green";
	text-decoration : none;
	font-weight: bold;
	background-color :"white";


	

}



