BODY {
  margin-top : 0px;
  margin-right : 30px;
  margin-left : 30px;
  margin-bottom : 30px }
  /*BODY MARGIN*/

P {
  margin-top : 0px;
  margin-right : 100px;
  margin-left : 70px;
  margin-bottom : 0px }
  /*P MARGIN*/


H1 {font-size: 24pt;
color:#FF0000;
font-family:Comic Sans MS;
background-color:#000000}

H2 {
  font-size: 18pt;
  font-family: Comic Sans MS }

  
H2 {
  color:#0000FF;
 background-color:#80FFFF }

H2 {
  border-color : #3366FF;
  border-top-width : 5px;
  border-bottom-width : 5px;
  border-right-width : 0px;
  border-left-width : 0px;
  border-style: solid }
  /*H2のボーダー指定*/

H2 {
  margin-top : 40px;
  margin-right : 50px;
  margin-left : 20px;
  margin-bottom : 15px }

H3 {
  font-size: 14pt;
  font-family: Times New Roman;
  color:#0080FF }

H3 {
  margin-top : 10px;
  margin-right : 50px;
  margin-left : 48px;
  margin-bottom : 20px }

H3 {
  border-color : #0080FF;
  border-width : 3px;
  border-style: double }
  /*H3のボーダー指定*/

A:LINK {
  text-decoration: none;
  color:#FF0000 }
A:hover {
  text-decoration: none;
  color:#0000FF;
  background-color:#80FFFF }
A:active {
  text-decoration: none;
  color:#FF8000 }
A:visited {
  text-decoration: none;
  color:#FF8080 }


