body {
background: #2B6D83;
}

#header {
border-bottom: 2px #C80C2D solid;
}

#aptlinks a {
	color: #2B6D83;
	text-decoration: none;
}

#aptlinks a:visited {
	color: #2B6D83;
	text-decoration: none;
}

#aptlinks a:hover {
	color: #C80C2D;
	text-decoration: none;
}

a {
	color: #C80C2D;
	text-decoration: none;
	}

a:visited {
	color: #C80C2D;
	text-decoration: none;
	}

a:hover {
	color: #C80C2D;
	text-decoration: underline;
	}
#text a {
		color: #fff;
		text-decoration: none;
}
		
#textinternal a {
	color: #fff;
	text-decoration: none;
}
/* small text */
h2 {
	color: #C80C2D;
	}