


@import url(style2.css);
body{
  color : #ffffff;
  background-color : #000000;
  background-image : url(back.png);
  background-repeat : no-repeat;
}

.navi{
  font-size : 120%;
  line-height : 2em;
  text-align : center;
  vertical-align : top;
}

h1{
  font-size : 60px;
  font-weight : 900;
  font-style : normal;
  text-decoration : underline;
}

#main{
  color : #000000;
  background-color : #ffffff;
}

table{
  bottom : 10px;
  left : 10px;
}

a{
  color : #00a600;
}

a:hover{
  color : #ffff00;
  position : relative;
  bottom : 2px;
  left : 2px;
}

a:visited{
  color : silver;
}

#bottom{
  font-size : 14px;
  text-align : center;
}

