a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

BODY.gallery A:link { text-decoration: none }
BODY.gallery A:visited { text-decoration: none }

p.footer A:link { text-decoration: none }
p.footer A:visited { text-decoration: none }
table.resume {
	margin-bottom: .8em;
}
table.resume td {
	padding-top: .5em;
	padding-bottom: .5em
}