body,td { 
  font-family: Sans-serif; 
  font-size: 100%; 
  color: #111111; 
  background: white;
  margin: 0px;
  padding-bottom: 0px;
}

#content {
  width:95%;
  background:#fff;
  margin-right:15px;
  margin-left: 15px;
  padding-bottom:10em;
  padding-top:20px;
  text-align: left
}

div#title { 
  border: 1px solid black;
  background: #aa4477;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  text-align: center;
  color: white;
}

div#login {
  background: #bb6699;
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid black;
}

h1 {
  font-size: 200%;
  margin: 0px;
  color: white;
  text-align: center;
  font-family: athena, garamond, baskerville, serif;
}

h2 {
  font-size: 130%;
  font-style: italic;
  color: #503030;
  text-align: left;
  margin-left: 0px;
  font-family: sans-serif;
  font-weight: normal;
}

p {
  padding-left: 2em;
}

p.word {
  padding-left: 0px;
}

a.menu { 
  text-decoration: underline; 
  color: #ee8; 
  font-weight: bold;
}

a:hover.menu { 
  text-decoration: underline; 
  color: #ffe; 
  font-weight: bold;
}

a { 
  text-decoration: underline; 
  color: #55a; 
  font-weight: bold;
}

a:hover { 
  text-decoration: underline; 
  color: #77f; 
  font-weight: bold;
}

form {
  padding-bottom: 0px;
}

input {
  border: 1px solid black;
  background: #c0c0c0;
}

textarea {
  border: 1px solid black;
  background: #c0c0c0;
}


input.loginform {
  text-size: 80%;
  border: 1px solid black;
}
input.loginformbutton {
  text-size: 80%;
  border: 1px solid black;
}

