a.small {
	background: transparent;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	background-color: transparent;
}

a.small:link,
a.small:visited {
	color: #306;
	background-color: transparent;	
}

a.small:hover {
	color: #F00;
	text-decoration: none;
        background-color: transparent;	
}

a.small:active {
	color: #306;
        background-color: transparent;	
}
