 
BODY{
  color : black;
  background-color : #ffffff;
  text-align : center;
}
H1{
  color : #009999;
  text-align : center;
  margin-left : 55px;
  margin-right : 55px;border-width : medium medium medium medium;border-style : double double double double;border-color : blue blue blue blue;}
H2{
  color : #0000ff;
  border-left-width : 40px;
  border-bottom-width : medium;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : red;
  border-bottom-color : red;
}
A{
  color : blue;
}
A:HOVER{
  font-style : italic;
}
I{
  font-style : normal;
  color : #ff0000;
  font-weight : bold;
}
B{
  font-size : medium;
  color : red;
}
EM{
  font-weight : bold;
  font-style : normal;
  color : black;
  background-color : #ffffff;
  
  border-width : thin thin thin thin;border-style : double ridge ridge ridge;border-color : blue blue blue blue;
  font-family : 正調祥南行書体;
  padding-left : 50px;
  padding-right : 50px;
}
STRONG{
  font-weight : normal;
}

