h1 { font-size: 16px; font-weight: bold; width: 60%; margin-top: 50px; margin-left: 240px; padding-left: 5px; border-bottom: 2px solid olive; border-left: 10px solid olive; }
h2 { color: #fff; font-size: 12px; font-weight: normal; background-color: maroon; margin: -5px 0 0 -5px; padding-top: 2px; padding-bottom: 2px; padding-left: 220px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; }
h3 { font-size: 15px; font-weight: normal; margin-bottom: 8px; margin-left: 25px; }
h4 {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 250px;
	margin-bottom: 0px;
}
h5 { color: white; font-size: 14px; font-weight: bold; background-color: gray; text-align: center; margin: 0 1px; padding-top: 2px; padding-bottom: 2px; border-right: 1px solid white; border-left: 1px solid white; }
h6 { color: white; font-size: 12px; font-weight: bold; background-color: maroon; margin: 3px 200px 5px; padding-top: 3px; padding-bottom: 3px; }
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: red; }

a:active { color: #09f; }
.a:link { color: white; }
.a:visited { color: white; }
.a:hover { color: silver; }
.a:active { color: white; }
.top { text-align: right; margin-right: 30px; margin-bottom: -15px; }
.b:link { color: red; }
.b:visited { color: red; }
.b:hover { color: blue; }
.b:active { color: red; }
