p.links
{
   font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 5px;
}
a:link
{
	color: #E6E6FA;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:visited
 {
	color: #FFBF46;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:hover
 {
	color: #FFFFE0;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:active
 {
	color: #708090;
	background-color: #F5F5F5;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
