body{
	text-align:center;
}

.contents{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

h1{
	font-size:2.5em;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	margin-top:0
}

.section{
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	width:700px;
	text-align: left;
}

.subsection{
	margin-left:2em;
	margin-right:auto;
	margin-top:2em;
	text-align: left;
	
}

h2{
	font-size:1.5em;
	border-left:solid 1.2em #cc3300;
	padding-left:0.3em;
	margin-top:0;
	margin-bottom:1em;
}

h3{
	font-size:1.25em;
	border-left:solid 0.6em #cc3300;
	padding-left:0.3em;
}

p{
	line-hight:1.5em;
	color:#555555;
}

p.about{
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	with:100%;
	margin-left:auto;
	padding-bottom: 5px;
}

.top{
	text-align:right;
}

.top a{
	padding-left:3px;
}

.top a:hover{
}

address{
	font-size: 1em;
	border-top:solid 9px #cc3300;
	padding-top: 4px;
	margin-top: 30px;
	padding-left:10px;
	padding-bottom:10px;
	text-align:left;
}

th, td{
	text-align: left;
}

caption{
	font-weight:bold;
	margin-bottom:0.5ex;
}

.boxed_example{
	marign: 1em;
	padding: 0.5em;
	border: solid 1px #000000;
	background: #cccccc;
}

.menu{
	text-align:left;
	font-size:1.5em;
	padding-bottom: 20px;
	border-bottom:solid 9px #cc3300;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	width:700px;
	text-align: left;
}










