.flatpage {
/*
	background-color: #ffffff;
	color: black;
*/
}

.flatpage h3 {
	text-transform: lowercase;
}

#flatpage-content {
	background-color: #ffffff;
	color: black;
	margin-top: 10px;
	padding: 10px;
}

#flatpage-content a {
	color: black;
	/*font-weight: normal;
	text-decoration: underline;*/
}

#flatpage-content a:hover {
	color: #808080;
}

