@charset "utf-8";
/* CSS Document */

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A5000;
}

a:link {
	color: #6A5000;
	text-decoration: none;
}

a:visited {
	color: #6A5000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #6A5000;
	text-decoration: none;
}

