body {
  font-family: helvetica, arial, sans serif;
	font-size: 15px;
	line-height: 24px;
}

h1 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 12px;
    font-weight: normal;
}

h2 {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 12px;
  
}
p {
  margin-bottom: 15px;
}

a.TextLink:active, a.TextLink:link, a.TextLink:visited {
  font-size : 15px;
  font-weight: bold;
  color : #7aab49;
  text-decoration : none;
}
a.TextLink:hover {
  font-size : 15px;
  font-weight: bold;
  color : #7aab49;
  text-decoration : underline;
}

