BODY{
  color: #000066;
  background-color: #FFFFFF;
}
H1{
  color: #0099cc;
  background-color: #0080c0;
  text-align: center;
  border-top-color: #000066;
  border-right-color: #000066;
  border-bottom-color: #000066;
  border-left-color: #000066;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
H2{
  color: #FFFFFF;
  background-color : #0080c0;
  text-align: center;
  border-top-color : teal;
  border-right-color : teal;
  border-bottom-color : teal;
  border-left-color : teal;
  padding-top : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
  padding-left : 4px;
  border-top-style : groove;border-right-style : ridge;border-bottom-style : ridge;border-left-style : ridge;
  border-top-width : 4px;
  border-right-width : 4px;
  border-bottom-width : 4px;
  border-left-width : 4px;
  
  
  margin-left : 80px;
  margin-right : 80px;
}
H3{
  color: #FFFFFF;
  background-color: #0080c0;
  text-align : left;
  border-top-color : #6c50f5;
  border-right-color : #6c50f5;
  border-bottom-color : #6c50f5;
  border-left-color : #6c50f5;
  border-top-style : ridge;border-right-style : ridge;border-bottom-style :   ridge;border-left-style : ridge;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  margin-top : 5px;
  margin-left : 80px;
  margin-right : 200px;
  margin-bottom : 5px;
  font-size : 12px;
}
H4{
  color : white;
  margin-left : 80px;
  font-size : 15px;
  background-color : #8000ff;
  
  
  
  padding-top : 4px;
  padding-left : 10px;
  padding-bottom : 4px;
  margin-right : 80px;
}
H5{
  color : #ffffff;
  background-color : #0080c0;
  margin-left : 60pt;
  margin-right : 300pt;
}
H6{
  font-size : 10px;
  color : navy;
  margin-left : 120px;
}
HR{
  color : teal;
  height: 3px;
  
  margin-left : 80px;
  margin-right : 80px;
  
}
P{
  color: #000066;
  margin-left : 80px;
  margin-right : 80px;
  font-size : 10pt;
  text-indent : 10pt;
}
A{
  color: #3399FF;
  text-decoration: none;
}
A:VISITED{
  color: #666666;
  text-decoration: none;
}
A:HOVER{
  color: #3399FF;
  text-decoration: none;
  background-color: #ffff33;
  font-style : italic;
}
A:ACTIVE{
  color: #FF9933;
  text-decoration: none;
}
TH{
  color: #FFFFFF;
  background-color: #003399;
}
TD{
  color: #000066;
  background-color: #FFFFFF;
}
.word{
  margin-left : 60pt;
  font-size : 12pt;
  font-weight : bold;
  color : navy;
  text-align : left;
}
ADDRESS{
  color : #ff0000;
  margin-left : 80px;
}
