a:hover { 
  background-color:white;
}
a {
  text-decoration:none;
}
a:hover {
  text-decoration:underline; 
}
a{
  font-weight:bold;
}
.bold{
  font-weight:bold;
}
.redFont{
 color:red;
}
body{
  line-height:200%;
  background-color:#cccccc;
}
.bigFont{ 
  font-size:25pt;
}
.redAndWhite{
  font-weight: bold;
  color: white;
  background-color: red;
}
.h{
  padding-left: 0.3em;
  border-top: 5px solid #ffffff;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-bottom: 2.5px solid #ffffff;
}
.h2{
  padding-left: 0.3em;
  border-top: 2.5px solid #ffffff;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
.borderFix{
  background-color: 
}
.middle{
  padding-top: 180px;
}
.heightSupport{
  height: 540px;
}
.imgLeft{
  float:left;
  margin-right: 1em;
}
.clear{
  clear: left;
}
.leftFloat{
  float: left;
}
.rightFloat{
  float: right;
}
.centerLine{
  text-align: center;
}
.heightFix{
  height: 420px;
  padding-top: 10px;
}
.widthFix{
  width: 300px;
}
.padding{
  margin: 10px 0 10px 10px;
  border: 3px none #ff0000;
  border-right-style: solid;
  border-bottom-style: solid;
}
.padding_2{
  margin: 10px 1px 10px 0;
  border: 3px none #ff0000;
  border-left: 5px solid #ff0000;
  border-right-style: solid;
  border-bottom-style: solid;
}
.bold{ 
  font-weight:bold;
}
.bigFont_2{
  font-size:150%;
}
.topHeight{
  height:60px;
}
.middle{
  vertical-align:middle;
}