A:link    { text-decoration: none }
A:active  { text-decoration: none }
A:visited { text-decoration: none }
A:hover   { text-decoration: underline }

p,dl,ul,li,dt,dd,.text,.header,.error,.footer,.small,.nav,input,.button {
  font-family: verdana,geneva,arial,helvetica,sans-serif;
  font-size: 10pt;
}

.header {
  color: #cc9900;
  font-weight: bold;
}

.error {
  color: #cc0000;
}

.footer,.small,.nav {
  font-size: 8pt;
}

.footer {
  color: #cc9966;
}

.nav {
  color: #336600;
  font-weight: bold;
  line-height: 12pt;
}

form {
  display: inline;
}

input {
  font-size: 8pt;
  background: #fffff2;
  border: solid 1px #336600;
  margin: 2px 0px 2px 0px;
}
.button {
  font-size: 7pt;
  font-weight: bold;
  color: #fffff2;
  background: #336600;
  border: solid 1px #fffff2;
  padding: 0px 1px 0px 2px;
}

.comment {
  background: #fff2d9;
  font-size: 8pt;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 3px;
  width: 100%;
  float: left;
  border: solid 1px #e5ccb2;
}

.popPic {
  border: 3px solid #fff2e5;
  background: #663300;
  padding: 1px;
  left: 10px;
  top: 100px;
  z-index: 1;
  visibility: hidden;
  position: absolute;
}
