A.one {
  
	background-color: #fffdfc;
	background-position: center;
	background-repeat: no-repeat;
	border: thin #020203 solid;
	color: Black;
	width: 150px;
	height: 20px;
	margin: 5px auto 0px auto;
	padding: 5px 0em 5px 0em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

A.one:hover {
	TEXT-DECORATION: none;
	color: Black;
	background-color: #fbfb00;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid #7A8FAA;
}

BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

h6{
	width: 160px;
	height: 34px;
	color: White;
	background-color: #7B68EE;
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px auto;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: medium;
	border: thin solid Black;
}