*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  font-family : Verdana;
  background : salmon;
  color : darkred;
}
A{
  color : darkred;
}
A:HOVER{
  color : crimson;
}
H1{
  background : url(maru.gif) no-repeat 50% 50%;
  font-size : 60px;
  font-family : "Impact";
  font-weight : lighter;
  color : bisque;
  height : 340px;
  text-align : center;
  padding-top : 60px;
  margin-top : 10%;
}
#menu{
  margin : 0px;
  padding : 0px;
  text-align : center;
}
#menu LI{
  list-style : none;
  display : inline;
}
#menu A{
  text-decoration : none;
  padding : 2px;
  letter-spacing : 1px;
  border : 1px solid salmon;
}
#menu A:HOVER{
  border : 1px solid crimson;
}
#copy{
  font-size : x-small;
  text-align : center;
}
#page{
  margin : 0px;
}
#note{
  border-left : 1px  solid crimson;
  border-right : 1px  solid crimson;
  padding : 19px;
  margin : 0 15% 0 15%;
  font-size : x-small;
}
H2{
  background : crimson;
  color : bisque;
  letter-spacing : 3px;
  font-family : Impact;
  font-size : 30px;
  font-weight : normal;
}
