/**
 * 
 */

A.sub:link {
	color: blue;
	text-decoration: none;
}

A.sub:visited {
	color: blue;
	text-decoration: none;
}

A.sub:active {
	color: blue;
	text-decoration: underline;
}

A.sub:hover {
	color: blue;
	text-decoration: underline;
}