body { 
  background-color: black;
  color: #cccccc;
  font-weight: bold;
  margin: 0 0 0 0;
  font-size: 11pt;
}

h1 { 
  text-align: center;
  color: #666666;
}

label { 
  display: block;
  text-align: center;
  margin-top: 1em;
}

input.text { 
  display: block;
  color: white;
  background-color: #333333;
  border: solid 1px #aaaaaa;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table.page { 
  font-family: Courier New, monospace;
  font-size: 9pt;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

th { 
  font-size: 130%;
  font-family: "Century Schoolbook L", "Times New Roman", serif;
}

td {
  padding-top: 6pt;
  padding-bottom: 4px;
  text-align: left;
}

.left { 
  text-align: left;
}
.right { 
  text-align: right;
}
.center { 
  text-align: center;
}

em { 
  color: #cccc60;
  font-style: normal;
}

a.frame:link, a.frame:visited { 
  color: #cccccc;
  border: 1px solid #cccccc;
  padding: 2px;
  text-decoration: none;
}
a.frame:hover { 
  background-color: white;
  color: black;
}

div.error { 
  width: 29em;
  text-align: center;
  color: #dd2222;
  margin: 2em auto 2em auto;
  padding: 5pt 5pt 5pt 5pt;
  border: solid 1px #dd2222;
  overflow: hidden;
}

a.word:link, a.word:visited { 
  color: white;
  padding: 0px;
  border: 0;
  text-decoration: none;
}
a.word:hover { 
  text-decoration: underline;
}
