﻿a, a:link, a:visited
{
	color: Blue;
	text-decoration: underline;
}

a:active
{
	color: Navy;
}

a:hover
{
	color: #2A9F6A;
	text-decoration: none;
}

.arrow
{
	font-family: Webdings;
}
