A.button:link {
  color: white;
  text-decoration: none;
}
A.button:visited {
  color: lightblue;
  text-decoration: none;
}
A.button:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
A:link {
/*  color: darkblue;*/
  color: black;
text-decoration: none;
}
A:visited {
/*  color: darkblue;*/
  color: black;
text-decoration: none;
}
A:hover {
/*  color: red;*/
	color: #772221;
  text-decoration: none;
}
body {
  margin: 1em;
  font-family: georgia,times,serif;
  font-size: 12pt;
/*  background-image: url(/images/bkgnd.gif);*/
  background-image: url(/images/background_grey.jpg);
  background-repeat:repeat;
}
body.form {
  font-family: garamond,verdana,helvetica,sans-serif;
  font-size: 12pt;
  background-image: none;
}
.stack {
  font-family: timesNR,times,serif;
  font-size: 12pt;
  font-weight: bold;
  /*  color: darkblue;*/
  color: black;
}
.title {
  font-family: timesNR,times,serif;
  font-size: 20pt;
/*  font-size: 16pt;*/
  font-weight: bold;
  /*  color: darkblue;*/
/*  color: black;*/
   color: #772221;
text-align: center;
}
.eventheading {
  font-family: timesNR,times,serif;
  font-size: 18pt;
  font-weight: bold;
  color: #772221;
  color: black;
}
.heading {
  font-family: timesNR,times,serif;
  font-size: 20pt;
  font-weight: bold;
  /*  color: darkblue;*/
  color: black;
}
div.scrollhole {
  position: relative;
  top: 0; left: 0; height: 18em;
  overflow: scroll;
}
.foster {
  font-family: georgia,verdana,sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: green;
  text-align: center;
}
.warning {
  color: red;
  font-weight: bold;
}
span.loud {
  font-weight: bold;
  color: rgb(153,0,0);
}
.greyout { color: gray; font-size: smaller; }

#headings {
  font-family: timesNR,times,serif;
  font-weight: bold; font-size: 14pt;
  color: rgb(153,0,0);
  text-decoration: underline;
}

#buttons {
  text-align: center;
  visibility: visible;
}
#transmit {
  visibility: hidden;
}
