.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}	
a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	left: 10px;
	top: 0px;
	right: 10px;
	bottom: 0px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;

}
a:hover {
	color: #000000;
	font-weight: bold;
	background-color: #FF0000;
}
