@charset "utf-8";
/* CSS Document */

.link{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFA027;
	text-decoration: none;
	background-color: #ffffff;


}

.link:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #739EA7;
	text-decoration: none;
	background-color: #C7A659;


}
