h1,
.title {
	font-size: 25pt; 
	font-family: times;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #000000;
	vertical-align: top;
}

h2 {
	font-size: 18pt; 
	font-family: times;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #000000;
	vertical-align: top;
}

.main {
	text-align: center;
}

.imageformat {
	padding-bottom: 40px;
}

.banner_left {
	text-align: left;
}
.banner_right {
	text-align: right;
}

.banner_left a:link,
.banner_left a:visited,
.banner_left a:hover,
.banner_right a:link,
.banner_right a:visited,
.banner_right a:hover {
	padding-left: 10px;
	line-height: 1.5;
	font-size: 12pt; 
	font-family: times;
	font-weight: bold;
	text-decoration: underline;
}

.banner_left a:link,
.banner_left a:visited,
.banner_right a:link,
.banner_right a:visited {
	font-style: normal;
	color: #000000;
}

.banner_left a:hover,
.banner_right a:hover {
	font-style: italic;
	color: #FF0000;
}
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: red;
  color: white;
} 