body
{
  font-family: Helvetica, sans-serif;
  background-color: white;
  color: black;
  background-repeat: repeat-x;
  text-align: center;
}

a:hover {text-decoration: none}

.document
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #FFFFFF;
  border: 2px solid #A0A0A0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 75%;
}

.contents
{
  float: left;
  margin: 3em 3em 3em 0em;
  background: #A0A0A0;
  border: 1px solid white;
  padding: 15px;
  line-height: 1.5em;
}

h1:before {
  content: url('images/totakeke1.gif');
}

