A.one {
	background-color: #B8BCF8;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid BLACK;
	color: Black;
	width: 130px;
	height: 28px;
	margin: 0px 0px 3px 3px;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}
A.one:visited {
	TEXT-DECORATION: none;
	color: Black;
	background-color: #B8BCF8;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid BLACK;
}

A.one:hover {
	TEXT-DECORATION: none;
	color: Black;
	background-color: #E0E1FC;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid BLACK;
}
