.list A:hover {
	color: #FF6600;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;


}
.list A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 82590F;
	text-decoration: none;

}
.list A:visited {
	font-weight: bold;
	text-decoration: none;
	color: 988A7D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;


}
.list A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 988A7D;
	text-decoration: none;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}

