.fancy {
	color: #FFFFFF;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

