a
{
	color: rgb(42, 96, 169); text-decoration: none; border-bottom-style: none; border-bottom-width: 1px
}
a:link
{
	color: rgb(42, 96, 169);
}
a:active
{
	color: rgb(42, 96, 169);
}
a:visited
{
	color: rgb(42, 96, 169);
}
a:hover
{
	color: rgb(255, 0, 0);
	text-decoration: underline;
}
