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;
}
/*  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;
}*/
a{ color:#c13b00; text-decoration:underline}
a:hover{ text-decoration:none}  

body {
  margin: 1em;
  font:14px tahoma, arial, helvetica, sans-serif; 
  color:#999898; 
  vertical-align:top;  
  text-align:left;
/*  font-family: georgia,times,serif;
  font-size: 12pt;
  background-image: url(/images/bkgnd.gif);
  background-image: url(/images/background_grey.jpg);
  background-repeat:repeat;*/
  background:url(images/body.gif) repeat-x #363636; 
  height:100%;
}
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: white;
}
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: yellow;
  font-weight: bold;
}
span.loud {
  font-weight: bold;
  color: white;
}
.greyout { color: gray; font-size: smaller; }

#headings {
  font-family: timesNR,times,serif;
  font-weight: bold; font-size: 14pt;
  color: #fff;
  text-decoration: underline;
}

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

