body{
  text-align:center;
line-height:150%;
}


div#contents{
width:80%;
margin:30px auto;
text-align:left;
}


div.section{
margin: 20px 20px;
}

div.table{
margin: 20px 0;
}

h1{
line-height:150%;
margin-bottom: 30px;
border-bottom:1px solid #ffd700;
border-left:5px solid #ffd700;
padding-left:10px;
}


h2{
background-image: url("images/h2.png");
line-height:200%;
padding-left:10px;
}

h3{
background-image: url("images/h3.png");
background-repeat:no-repeat;
background-position:center left;
padding-left:30px;
line-height:200%;
border-bottom:1px solid #000;
}


table th,td{
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding-top: 3px;
	padding-right: px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	border-spacing: 0px;
	table-layout: fixed;
}

th{
text-align:center;
background-color:#c0c0c0;
}


ul.sub{
margin:3px 70px;
}

li.sub{
margin-left:30px;
}





