a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background: #364A4F;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  margin-bottom: 2px;
  margin-top: 2px;
}
#title {
  font-size: 30px;
  font-weight: bold;
}
#title2 {
  font-size: 14px;
}
#header {
  background: #ccc;
  border: 1px solid #666;
  border-bottom: 0px;
  height: 15px;
  width: 100%;
}
#frame {
  border: 1px solid #666;
}
#footer {
  background: #ccc;
  border: 1px solid #666;
  border-top: 0px;
  height: 100%;
  width: 100%;
}
.bottombarleft {
  float: left;
  font-size: 13px;
  padding-left: 0px;
  padding-top: 2px;
}
.bottombarright {
  float: right;
  font-size: 13px;
  padding-right: 10px;
  padding-top: 2px;
}
