h2 {
  font-size: 30px;
	color:#006400;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color:#006400;

}
a:visited {
	color:#0066A1;
	font-weight:bold;
}
p {
  line-height: 170%;
  font-family: "Open Sans Semibold", Arial, Helvetica;
}

ul.tags {
  list-style: none;
}

ul.tags li {
  display: inline;
  margin-right: 1em;
  line-height: 1.5em;
}

ul.tags a {
  color:#fff;
  background-color:#0066A1;
}

.img_caption {
	margin-right: 15px;
	margin-bottom: 10px;
}
p.img_caption {
	font-size:12px;
	height: bold;
	line-height: 1.3em;
	font-weight: bold;
	margin-top:1px;
}

div.img_caption img {
  max-width:600px;
}
