/* CSS Document */





.link{
	font-family: Arial;
	color: #94785B;
	line-height: 1.6em;
	font-size: 25px;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	
}

A:visited {
	font-family: Arial;
	color: #94785B;
	line-height: 1.6em;
	font-size: 25px;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	
}
A:active {
	font-family: Arial;
	color: #94785B;
	line-height: 1.6em;
	font-size: 25px;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	

}
A:hover {
	font-family: Arial;
	color: #000000;
	line-height: 1.6em;
	font-size: 25px;
	text-decoration: none;
	list-style: none;
	padding: 0px;
	

}
