BODY {
 color:black;
 background-color: white;
 line-height: 125%;
}
H1 {
 text-align: center;
 text-decoration: underline;
 line-height: 125%;
 margin-bottom: auto;
}
H2 {
 line-height: 150%;
 vertical-align: bottom;
 color: black;
 background-color: #7777ff;
 text-align: left;
 text-decoration: none;
 margin-top: auto;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 100%
 height: auto;
 border-style: inset;
 border-right-width:0;
 border-top-width:0;
 border-left-width: thick;
 border-bottom-width: medium;
 border-color: blue;
 text-indent: 10%;
}
H3 {
 line-height: 150%;
 vertical-align: bottom;
 color: black;
 background-color: #ccccff;
 text-align: center;
 text-decoration: none;
 margin-top: auto;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 50%
 border-style: inset;
 border-right-width:0;
 border-top-width:0;
 border-left-width: medium;
 border-bottom-width: thin;
 border-color: blue;
}

TABLE {
 text-align: left;
 caption-side: top;
 table-layout: auto;
 border-spacing:  auto;
 border-collapse: separate;
 empty-cells: show;
}
TD {
 vertical-align: top;
 text-align: left;
}

.bannerBox{
	padding:5px 20px 5px 20px;
}
