p.links
{
   font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 5px;
}

a:link
{
	color: #F0E68C;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:visited
 {
	color: #F08C96;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:hover
 {
	color: #F0B48C;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
 a:active
 {
	color: #8C97F0;
	background-color: #F5F5F5;
	text-decoration: underline;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}