p.links
{
   font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 5px;
}
a:link
{
	color: Aqua;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:visited
 {
	color: #0400FF;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:hover
 {
	color: #007CFF;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:active
 {
	color: #2F4F4F;
	background-color: #F5F5F5;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}