body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	
	margin: 0 auto;
	width: 700px;
}

#header {
	color: #3B319C;
	font-size: 1.8em;
	font-weight: bold;
	text-align: right;
	
	height: 100px;
}

#header img {
	width: 210px;
	height: 61px;
	float: left;
}

ul {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

h1 {
	color: #3B319C;
	text-align: center;
}

#contents p {
	font-size: 16px;
	text-align: justify;
	text-indent: 32px;
}

#contents p.first {
	text-indent: 0;
}

#contents p.first span.intro {
	color: #3b319c;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 8px;
}

#subtext {
	font-size: 16px;
	font-style: italic;
}