body {
  background-color:#696969;
  font-family: Arial Narrow, Arial, sans-serif;
  color:white;
}
a {
  outline:none;
  text-decoration:none;
  color:#ffcc99;
}

a:hover, a:focus, a:active {
  color:#ffffcc;
}
img {
  border:none;
}
.mainpage{
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  background-color:#5071b1;
  width:801px;
  border: thick outset gray;
}
.credit{
  color: #999;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  font-size: 9px;
  width:801px;
  text-align:right;
  font-family:Arial, sans-serif;
}
.credit a{
  color:#cc9966;
}
.credit a:hover, a:focus, a:active{
  color:#cccccc;
}
.prop {
  width:1px;
  float:right;
  height:537px;
}
.menuitem{
  width:25%;
  float:left;
}
.menuitem a {
  color:#ffffff;
}
.menuitem a:hover, a:focus, a:active {
  color:#ffcc66;
}
.footer {
  width:800px;
  height:50px;
  text-align:center;
  font-size:20px;
}