body
{
  background: #000000;
  color: #ff0000;
  font-size : 100%; 
  padding: 50px 0px 0px 0px;
  margin: 0;
  text-align: center;
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2
{
  text-decoration: underline;
}

#poem
{
  font-size: 125%;
}

#copyright
{
  border-top: 1px solid #400000;
  border-bottom: 1px solid #400000;
  color: #ff0000;
  background: #200000;
  font-size: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

#notice
{
  font-size: 100%;
}

#maintext
{
  text-align: left;
}

a{font-weight: bold;}

a:link
{
  color:#c000c0;
}

a:visited
{
  color:#800080;
}

a:active
{ 
  color:#ff40ff;
}

a:hover
{
  color:#ff00ff;
}

#navi ul
{
  font-size: 70%;
  margin:0px;
  padding: 0;
  border-top: 1px solid #400000;
  border-bottom: 1px solid #400000;
  background: #200000;
}

#navi li 
{
  text-align: center;
  list-style-type: none;
  display: inline; 

}

#navi a
{
  padding:0px 10px;
  color: #800000;
  text-decoration: none;
  font-weight:bold;
}

#navi a:hover
{
  color: #ff0000;
  background: #400000;
  text-decoration: underline;
}
