#pack{
  background-color : gray;
  width : 750px;
  margin : 0 auto ;
}

#head{
  background-color : white;
  width : 750px;
  height : 100px;
}

#top{
  background-color : white;
  width : 750px;
  height : 200px;
}

#main{
  background-color : white;
  width : 750px;
}

#foot{
  background-color : orange;
  width : 750px;
  height : 50px;
}

BODY{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#navi{
  color : silver;
  background-color : olive;
  
  
  padding-bottom : 5px;
  font-size : 12pt;
  font-weight : bold;
  width : 740px;
  padding-top : 5px;
  margin-left : 5px;
}

#navi a{
  color : white;
  text-decoration : none;
}

#navi A:hover{
  color : yellow;
}

H3{
  color : white;
  background-color : #00bf00;
  padding-top : 3px;
  padding-left : 3px;
  padding-bottom : 3px;
  
  width : 270px;
  border-top-width : 2px;
  border-top-style : double;
  border-top-color : yellow;
  padding-right : 3px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-left-style : double;
  border-right-style : double;
  border-bottom-style : double;
  border-left-color : yellow;
  border-right-color : yellow;
  border-bottom-color : yellow;
  
}
