body {
  font-size: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  font-family: Verdana;
  color: #ffcc00;
  font-style: normal;
  background-color: black;
}
div#menu {
  font-weight: normal;
  font-family: Verdana;
  font-style: normal;
  background-color: black;
  font-size: 95%;
  color: #909090;
  text-align: center;
  text-transform: none;
}
div#title {
  text-align: center;
  font-family: Verdana;
  text-transform: none;
  font-size: 100%;
  font-weight: normal;
  color: #ffcc00;
  font-style: italic;
}
div#content {
  font-family: Verdana;
  text-align: center;
  font-size: 95%;
  font-weight: normal;
  text-transform: none;
  color: #ffffff;
}
div#all {
  background-color: #464654;
  background-image: url(img/bgmain.png);
  background-repeat: no-repeat;
}
a:link {
  color: #909090;
  text-decoration: none;
}
a:active {
  color: #ffffff;
  font-weight: inherit;
  text-decoration: none;
}
a:visited {
  color: #909090;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
