.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.tanlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F8F4E0;
	text-decoration: none;
}
a.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}
.headlines a {
  color:blue;
}
.headlines a:hover {
  text-decoration:underline;
}