a[id^='\30'], a[id^='\31'] {
	display: inline-block;
	width: 95%;
	border: 2px outset #2040a0;
	min-height: 18px;
	background-size: auto 100% !important;
	background-repeat: no-repeat !important;
	background-position: bottom left !important;

}
a[id^='\30']:hover, a[id^='\31']:hover {
	border-color: #3060f0;
}
