@CHARSET "UTF-8";

table {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 570px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table caption {
  margin-top: 1em;
  text-align: left;
}

table th,
table td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table td{
	padding: 15px;
	line-height: 1.7em;
}

table td img{
	margin-right: 15px;
}


table tr{
  background: #FFF;
}

#content h3{
	margin-bottom: 10px;
	border-bottom: 4px double #3E7D20;
	padding: 3px;
	border-left: 5px solid #3E7D20;
	margin-top: 10px;
}
