<!--
H3{
  font-size : 16px;
  font-weight : bold;  
  border-left-width : 8px;
  border-left-style : solid;
  border-left-color : #ff8080;
  padding-left : 8px;  
  padding-top : 2px;
  padding-bottom : 1px;  
  color : #ff8080;
  letter-spacing : 3px;
  margin-left : -16px;
  margin-bottom : 10px;
  margin-top : 32px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff8080;
  width : 500px;
}
STRONG{
  font-weight : bold;        
  color : #ff8080;
  text-decoration : none;
  letter-spacing : 2px;
  padding-left : 4px;
  border-left-width : 6px;
  border-left-style : solid;
  border-left-color : #ff8080;
  width : 500px;
  font-size : 13px;
  margin-left : -8px;
}
BODY{
  line-height : 15px; 
  font-size : 13px;
  margin-left : 30px;
  font-family : "MS UI Gothic";
  
  letter-spacing : 1px;
}
U{
  font-size : large;
  font-weight : bolder;
}
EM{
  font-weight : normal;
  color : #ff8080;  
  font-style : normal;
  font-variant : normal;
}
IMG{border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : black black black black;}
-->