
a
{
	transition: border 200ms ease-in-out;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	color: #3868B8;
}

a:link, a:visited
{
	color: #3868B8;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

a:active, a:hover
{
	color: #3868B8;
	border-bottom: 1px solid #3868B8;
	text-decoration: none;
}

a.plainlinks
{
	transition: none;
	color: inherit;
	border-bottom: none;
}
