.blink {
	font-family: verdana;
	font-size: 12px;
	font-weight: none;
	color: #EB6000;
	text-transform: none;
	font-variant: normal;
	text-decoration: underline;
}

.blink:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: none;
	color: #ffffff;
	text-transform: none;
	font-variant: normal;
	text-decoration: underline;
}

.blink2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #CC0000;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

.blink2:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #ffffff;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

