A:visited { color: red; }
A:hover { color: red; }
body {
  padding: 0;
  font-family: verdana,helvetica,sans-serif;
  font-size: 10pt;
  background-color: #f5deb3;
}
table, tr, td {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10pt;
}
.form {
  padding: 0;
  font-family: garamond,helvetica,sans-serif;
  background-color: #fff;
}
.formlabel {
  font-family: garamond,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background-color: #add8e6;
}
.blurb {
  font-size: 90%;
}
span.loud {
  font-weight: bold;
  color: rgb(153,0,0);
  text-decoration: underline;
}
span.greyout {
  color: grey;
}
div.footer {
  margin-top: 5px;
  font-family: verdana,helvetica,sans-serif;
  font-size: 7pt;
  text-align: right;
  color: gray;
}
td.spring {
  background-image: url(/templates/themes/spring/button.jpg);
  background-repeat: no-repeat;
  width: 88px; height: 88px;
  text-decoration: none;
  text-align: center;
  font-family:arial narrow,helvetica,sans-serif;
  font-weight: bold;
  font-size: 12pt;
}
td.summer {
  background-image: url(/templates/themes/summer/button.jpg);
  background-repeat: no-repeat;
  width: 88px; height: 88px;
  text-decoration: none;
  text-align: center;
  font-family:arial narrow,helvetica,sans-serif;
  font-weight: bold;
  font-size: 12pt;
}
td.autumn {
  background-image: url(/templates/themes/autumn/button.jpg);
  background-repeat: no-repeat;
  width: 88px; height: 88px;
  text-decoration: none;
  text-align: center;
  font-family:arial narrow,helvetica,sans-serif;
  font-weight: bold;
  font-size: 12pt;
}
td.winter {
  background-image: url(/templates/themes/winter/button.jpg);
  background-repeat: no-repeat;
  width: 88px; height: 88px;
  text-decoration: none;
  text-align: center;
  font-family:arial narrow,helvetica,sans-serif;
  font-weight: bold;
  font-size: 12pt;
}
.button {
   font-family:arial,helvetica,sans-serif;
   font-weight:bold;
   font-size: 10pt;
   line-height: 1.8;
   text-decoration: none;
   background-color:#e0e4e9;
   color: #000000;
   margin: 3px;
   padding-top: 1px;
   padding-bottom: 1px;
   padding-right: 2px;
   padding-left: 2px;
   border: 2px solid;
   border-top-color:#6699cc;
   border-left-color:#6699cc;
   border-right-color:#00c;
   border-bottom-color:#009;
}

.button:visited { color: #000000; }
.button:hover { color: #6699cc; }
