h1.title{
  background-color: #EDEDEB;
  color: #005500;
  font-weight: bold;
  font-size:150%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid #A9B59B;
  border-left:   solid 1px #DCDCDC;
  border-right:  solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC;
}

.italic{
	font-style: italic;
}

.times{
	font-family: "Times New Roman";
}

a{
	color: #1E90FF;
	text-decoration: none;
}

#title{
  background-color: #EDEDEB;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid #A9B59B;
  border-left:   solid 1px #DCDCDC;
  border-right:  solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC;
}

#title h1, 
#title h2{
	font-weight: bold;
	color: #005500;
	margin: 0;
}

#title h1{
	font-size: 200%;
}

#title h2{
	font-size: 100%;
}

#contents h2{
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 2px;
	color: #005500;
	font-size: 140%;
}

#contents h3{
	margin : 0;
	margin-left: 15px;
	font-weight: normal;
}

#contents h4{
	margin: 0;
	margin-left: 15px;
	font-size: 90%;
	font-weight: normal;
}

