body
{
  background-color: #C8AA64;
  color: #000000;
  text-align: center;
}

a:link {color: #48280F;}
a:visited {color: #48280F;}
a:active {color: #565656;}
a:hover {color: #565656; text-decoration: underline;}
a {text-decoration: none}

.logo
{
  font-size: 2em;
  font-weight: bold;
}

.main
{
  text-align: center;
  width: 40%;
  background-color: #AA8C46;
  border: 5px solid black;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
}

.link
{
  display: inline-block;
  font-size: 1em;
  padding-top: 3px;
}

.menu
{
  text-align: left;
}

.menuHeader
{
  font-style: italic;
  color: #100804;
}

.submit
{
  margin: 4px;
}

.alert
{
  color: red;
  font-style: italic;
  font-size: 1em;
}

.label
{
  color: #010101;
  display: inline-block;
  font-size: 1em;
}

.tip
{
  color: #343434;
  display: inline-block;
  font-size: .8em;
}

.login
{
  text-align: left;
}

.slots
{
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}