.digaBrand {
	font-family: Tahoma, Futura, "Century Gothic", Arial;
	font-size: 10px;
	font-variant: small-caps;
	color: #666666;
	text-decoration: none;
	letter-spacing: 5px;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #666666;
}


a:link {
	text-decoration: none;
	color: #666666;
}
	
a:active {
	text-decoration: line-through;
	color: red;
}

a:hover {
	text-decoration: line-through;
	color: #666666;
}
