@import 'https://fonts.googleapis.com/css?family=Catamaran:500,600,700';

body
{
	margin: auto;
	max-width: 50em;
	font-family: "Catamaran";
	background-color: LightCoral;
}

a
{
	color: LightCoral;
}

.foreground
{
	margin-top: 30px;
	background-color: White;
	border: 4px inset LightCoral;
	margin-bottom: 30px;
}
.pagecontent
{
	padding-left: 10px;
	padding-right: 5px;
}
.headerbutton
{
	float: left;
	border: 4px outset LightCoral;
	background-color: LightCoral;
	color: white;
	text-align: center;
	margin: 0px;
	width: 25%;
	height: 38px;
	margin-top: -4px;
	font-family: Catamaran;
	font-size: 16px;
	cursor: pointer;
}

.headerbutton:active
{
	border: 4px inset LightCoral;
}

.headerbuttonpage
{
	float: left;
	border: 4px inset LightCoral;
	background-color: LightCoral;
	color: white;
	text-align: center;
	margin: 0px;
	width: 25%;
	height: 38px;
	margin-top: -4px;
	font-family: Catamaran;
	font-size: 16px;
}

p.dumbcraptitle
{
	font-size: 20px;
}