﻿<style type="text/css">
.x-large {
  font-size: x-large;
}
.justify {
  text-align: justify;	
}
.center {
  text-align: center;
  font-weight: bold;
}
h1, h2, .green {
  color: #336600;
  font-weight: bold;
  text-align: center;
}
h3 {
	text-align:center;
}
hr {
  display: block;
  width: 75%;
  background-color: #66cc66;
  height: 5px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
</style> 