A			{text-decoration: 'none'}
A:link		{color: navy}
A:visited	{color: navy}
A:hover		{color: #D31C42; text-decoration: 'underline'}

.showlink	{text-decoration: 'underline'}

.button1
{
	font-size:10pt;
	font-weight: 700;
	color: white;
	background-color: navy;
	width: 70px;
}
.button2
{
	font-size:10pt;
	font-weight: 700;
	color: white;
	background-color: navy;
	width: 90px;
}
.button3
{
	font-size:10pt;
	font-weight: 700;
	color: white;
	background-color: navy;
	width: 160px;
}

