﻿.links a:link
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #9b2431;
	text-decoration: none;
}
.links a:visited
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #9b2431;
	text-decoration: none;
}
.links a:hover
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #1e62a3;
	text-decoration: underline;
}
.links a:active
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #9b2431;
	text-decoration: none;
}	
	
	
	
