body {
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, san-serif;
  background-color: #ffffcc;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.counter {
  font-size: 12px;
  font-family: Arial;
  font-style: italic;
  border-top-style: double;
  border-top-width: 2px;
}

p,li,input {
/*
  font-size: 12px;
  font-weight: normal;
*/
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
  margin-left: 1%; margin-right: 1%;
}


/* for over-riding goofy stuff */
.std {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

h1,h2,h3,h4,h5,h6 {
  margin-left: 1%;
  margin-right: 1%;
}

pre {
  margin-left: 1%; margin-right: 1%;
}

/*
tr.menubutton {
  height: 40px;
}
*/
td.btnmnuspacer {
  line-height: 0.5em;
}

/*These are basically just for pictures*/
.photocaption {
  font-style: italic;
  text-align: center;
}

.goleft {
  float: left;
  margin: 1%;
  position: static;
}

.goright {
  float: right;
  margin: 1%;
  position: static;
}

img {
  border: 0px;
}


