td {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}

.headline {
	color: #00AEEF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.header {
	color: #00AEEF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

.error {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

.footer {
	color: #000000;
	font-family: arial;
	font-size: 12px;
}

a:hover.linky {
	background-color: #ffffff;
} 

a:link {
	color: #00aeef;
	text-decoration: none;
}

a:active {
	color: #00aeef;
	text-decoration: none;
}

a:visited {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	
	text-decoration: none;
	background-color: #00aeef;
	color: #000000;
}

.testimonial {
	color: #ffffff;
	font-family: arial;
}

input {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}