BODY{
  background-color: #dcdcdc;
  margin-left: 40px;
  margin-right: 10px;
 font-size: 14px;
}
H1{
  color : white;
  text-align: center;
  border-top-color : navy;
  border-bottom-color : navy;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
  background-color : navy;
}
HR{
  color : navy;
  background-color: navy;
  height: 1px;
  border-style: none;
/*  width: 95%; */
  text-align: left;
}
A{
  color: #0000DD;
  text-decoration: none;
}
A:VISITED{
  color: #0000DD;
  text-decoration: none;
}
A:HOVER{
  color: #0000DD;
  text-decoration: underline;
}
A:ACTIVE{
  color: #0000DD;
  text-decoration: none;
}
TD{
  color : black;
}
.center{
  text-align: center;
}

TABLE{
 font-size: 14px;
}

TABLE.outside{
  margin-top: 20px;
}

TABLE.menu{
  margin-top: 40px;
  margin-bottom: 40px;
}
.foot{
  text-align: right;
  font-size: 12px;
  color: #666666;
}
.foot2{
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.red{
  color: red;
}
.big{
  font-size: 18px;
  font-weight: bold;
}
.bold{
  font-weight: bold;
}
.mid{
  font-weight: bold;
  background-color: #99CCFF;
}
