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