.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0D0086;
}
.headline a{
	color: #0E0086;
	text-decoration: none;
}

.headline a:hover{
	color: #0054FF;
	text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.bodytext a{
	color: #0E0086;
	text-decoration: none;
	font-weight: bold;
}

.bodytext a:hover{
	color: #0054FF;
	text-decoration: underline;
	font-weight: bold;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.copyright a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
