<!-- ***************************************************************************************** -->
<!-- Style Sheet Definitions               						       -->
<!-- ***************************************************************************************** -->

<!-- ***************************************************************************************** -->
<!-- Main Body Elements                  						       -->
<!-- ***************************************************************************************** -->
body {
  font-family: Verdana;
  font-size: 12pt;
}

H1 {
  color: black;
  font-size: 180%
}

h2 {
  color: black;
  font-size: 140%
}

H3 {
  color: black;
  font-size: 110%
}

hr {
  color: "mediumseagreen";
}

<!-- ***************************************************************************************** -->
<!-- Tables                              						       -->
<!-- ***************************************************************************************** -->
table {
  
}
td {
  background-color: white;
  font-size: 12pt;
  color: black;
  text-align: left;
}

th {
  text-align: left;
}


<!-- ***************************************************************************************** -->
<!-- Button Styles               						       -->
<!-- ***************************************************************************************** -->

.butStyle {
  font-family: Verdana;
  height: 90%;
  font-size: 75%;
  background-color: oldlace;
  align: right;

}

.tab1 {
 
  font-family: Verdana;
  height: 100%;
  font-size: 90%;
  text-align: center;
  cursor: hand;
}

td.tab2 {
  font-size: 85%;
  font-weight: bolder;
  hover: blue;
  color: gray;
}

td.a
{  
  hover: mediumseagreen;
}


.tabRule {
  border-bottom: solid black 1px;
  border-top: solid black 1px;

}


<!-- ***************************************************************************************** -->
<!-- Link Styles                    						       -->
<!-- ***************************************************************************************** -->
a {
  color: seagreen;
}

a:hover {
  color: purple;
}


<!-- ***************************************************************************************** -->
<!-- Colors                          						       -->
<!-- ***************************************************************************************** -->
.backgroundGr {
	  background-color: mediumSeaGreen;
}

.backgroundKhaki {
	  background-color: khaki;
}


.textGr {
	  color: green;
		font-weight: bold;
}

.textRe {
	  color: red;
		font-weight: bold;
}
	
.textPr {
	  color: purple;
		font-weight: bold;
}
.textBl {
	  color: blue;
		font-weight: bold;
}
.textOr {
	  color: orange;
		font-weight: bold;
}
