/* By Hand, in gedit. Ben Kross 20070405 */

﻿body {
  text-align: center;
  min-width: 500px;
  background: #fff;
  font-family: comic, comic-sans, sans-serif, sans;
  color: green;
}
.wrapper {
  clear: left;
  overflow: auto;
  text-align: left;
  width: 718px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  color: green;
}
.editable {
  position: inherit;
  width: 610px;
  max-width: 610px;
  float: left;
  display: inline;
  text-align: left !important;
  padding: 34px 44px 34px 44px;
}
.editable a {
  text-decoration: none;
  color: green;
}
.editable a:hover {
  text-decoration: underline;
  color: blue;
}
.editable a:visited {
  color: blue;
}
.editable h1 {
  color: navy;
}
.frontmenu {
  font-size: 120%;
}
.footer {
  clear: both;
  text-align: center;
  font-size: 60%;
  color: #C3CDBB;
  overflow: visible;
}
.rightside {
  float: right;
  margin: 12px 12px 0px 12px;
}
.leftside {
  float: left;
  margin: 12px 12px 12px 0px;
}
.farleftside {
  float: left;
  margin-right: 72px;
}
td {
  padding: 18px;
}
.smallgrabby {
  color: red;
  font-style: italic;
  font-size: 70%;
}
.promotext {
  color: blue;
  font-weight: bold;
  font-size: 90%;
}
.sprint {
  font-size: 70%;
  color: #C3CDBB;
}
