@charset "utf-8";
/* CSS Document */

@import url('/fonts/museo_slab/stylesheet.css');
@import url('/fonts/essay1743/stylesheet.css');

body {
	background-color: #800000;
	text-align: center;
	font-family: 'MuseoSlab500Italic';
}

#supporter {
	background-color: #800000;
	width: 100%;
	margin: 1% auto 0;
	padding: 50px 0 30px;
}

#content {
	margin: 0 auto;
	max-width: 300px;
}

#content p {
	text-align:justify;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 1.3em;
	color: #eee;
}

h1 {
	font-size: 270%;
	color: #eee;
	margin-bottom: 20px;
}

h1.error {
	font-size: 400%;
}

a{
	color: #ccc;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
