*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
}
BODY{
  font-family : Verdana;
  font-size : 11px;
  color : #696969;
  margin : 0px;
  padding : 30 0 30 0px;
}
A{
  color : #8f4b38;
}
A:HOVER{
  color : #bdb76b;
}
H1{
  margin : 31% 0 30 0px;
  padding : 10px;
  border : 1px solid #c9171e;
  border-left : none;
  color : #fdb933;
  font-size : 19px;
  letter-spacing : 11px;
  width : 80%;
}
#menu{
  padding : 15px;
  border : 1px solid #c9171e;
  border-right : none;
  margin : 10px 0px 10px 20%;
}
#menu LI{
  display : inline;
  list-style : none;
  padding : 10px;
  letter-spacing : 0.3em;
}
#menu A{
  text-decoration : none;
}
#menu A:HOVER{
  text-decoration : line-through;
}
#copy{
  position : absolute;
  width : 100%;
  text-align : right;
  top : 5px;
}
H2{
  margin : 0 0 30 0px;
  padding : 10px;
  border : 1px solid #c9171e;
  border-left : none;
  color : #fdb933;
  font-size : 19px;
  letter-spacing : 11px;
  width : 80%;
}
h3{
 font-size : 17px;
 color:#575F72 ;
 }
#note{
  padding : 30px 19% 30px 30px;
  border : 1px solid #c9171e;
  border-right : none;
  line-height : 1.7em;
  margin : 10px 0px 10px 20%;
}
#note p{
font-size: 140%;
color: #282c35;
margin: 3em 0 2em 3em;
line-height: 1.7em;
}
#navi{
  margin : 30 30 0 0px;
  padding : 10px;
  border : 1px solid #c9171e;
  border-left : none;
  width : 80%;
}
#navi A{
  color : #f30353f;
  font-size : 15px;
  font-weight : bold;
  letter-spacing : 11px;
  text-decoration : none;
  margin-left: 3em;
}

