.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;


}

.note a:link {
	color: #605c8c;
	text-decoration: none;
	font-weight: bold;

}
.note a:hover {
	background-color: #FFFF00;
	padding: 1px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}
.note a:visited {
	color: #605c8c;
	font-weight: bold;
	text-decoration: none;

}