.firstletter:first-letter
{
  float: left;
  font-size: 200%;
  font-weight: bold;
  font-family: serif;

  padding-right: 5px;
  padding-bottom: 0px;
}

.hidden
{
  color: black;
}

.hidden A:visited
{
  color: black;
}

.underline
{ 
  text-decoration: underline;
}

.quote
{
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left:  20px;
  padding-right: 40px;

  border-left: 2px solid #a4705a;

  font-style: italic;
}

.quotation
{
  padding-left:  40px;
  padding-right: 20px;

  text-align: right;

  font-style: italic;
}

.nodecor
{
  text-decoration: none;
}

.nodecor A
{
  text-decoration: none;
}

.unhref
{
 text-decoration: line-through;
}

.center
{
  text-align: center;
}

.right
{
  text-align: right;
}

.floatleft
{
  float: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.floatright
{
  float: right;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.border
{
  border: 1px solid #a4705a;
}

a.button
{
  color: white;
  background: #e45930;

  font-weight: bold; 
  font-family: sans-serif;

  border-style: outset;
  border-color: #e45930; 
  border-width: 2px;

  padding: 5px;
}

a.button:active
{ 
  border-style: inset;
}

form input, form textarea
{ 
  font-family: monospace;

  border: 1px solid #a4705a;
  
  margin: 5px 5px 5px 0px;
}

form input
{ 
  padding: 5px
}

form textarea
{ 
  padding: 5px 3px 5px 5px;
}

form input.button
{ 
  font-family: sans-serif;

  border-style: outset;
  background: #a4705a;
}

form input.button:active
{ 
  border-style: inset;
}

/* News table style, used by news.php and allnews.php. */
.news tr th
{
  border-bottom: 2px solid #a4705a;
}

.news tr td
{
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
}

