.quicklink:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	font-weight:bold;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	text-decoration : none;
	background: #F1C168;
	display:block;
	border-bottom: solid 1px #B4852C;

}
.quicklink {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	font-weight:bold;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	text-decoration : none;
	background: #F1C168;
	display:block;
	border-bottom: solid 1px #B4852C;
}
.quicklink:active {
	font-family : Verdana;
	font-size : 10px;
	color : #000000 ;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	font-weight:bold;
	text-decoration : none;
	background: #FEE8BF;
	display:block;
	border-bottom: solid 1px #B4852C;
	
}
.quicklink:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #000000 ;
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 3px;
	font-weight:bold;
	text-decoration : none;
	background: #FEE8BF;
	display:block;
	border-bottom: solid 1px #B4852C;
	
}