@charset "utf-8";
/* CSS Document */

body {
	background-color: fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #a90f1a;
	line-height: normal;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	line-height: normal;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #a90f1a;
	line-height: normal;
}
.colorText {
	font-size: 1.3em;
	font-weight: bold;
	color: #a90f1a;
}
.largeText {
	font-size: 2em;
	font-weight: bold;
	color: #a90f1a;
}
#container {
	width: 700px;
	height: 100%;
	margin: 7% auto 0 auto;
	text-align: center;
}
p {
	line-height: -1;
}


