
<!--
BODY{
  color : black;
  background-color : #f0f8ff;
  text-align : center;
}
H1{
  font-size : small;
  font-weight : bold;
  background-color : #8080ff;
  text-align : center;
  
  margin-bottom : 0px;
  padding-top : 4px;
}
TABLE{
  background-color : #f2f2f2;
  width : 90%;
  border-color : #8080ff ;
  border-top-width : 2px;border-right-width : 2px;border-bottom-width : 2px;border-left-width : 2px;
  border-style : solid;
  line-height : 1.5;
  
  
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
P{
  font-weight : bold;
}
A{
  color : black;
  font-weight : bold;
  text-decoration : underline;
; 
}
A:HOVER {
  text-decoration : none;
  font-style : italic;
  background-color : yellow;
}
HR{
  color : #8080ff;
  height : 1px;
  width : 95%;
}{table-layount:fixed;}
-->
