.h1 {
	font-family: Times New Roman, Times, serif
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.text {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	align: center;
}
a.hide:link {
  color: #fffffd;
  background: none;
  text-decoration: none;
}

a.hide:visited {
  color: #fffffd;
  background: none;
  text-decoration: none;
}

a.hide:active {
  color: #fffffd;
  background: none;
  text-decoration: none;
}

