/* FONTS */

body, a, td, li, input, textarea {
     font-family:Trebuchet, Verdana, Arial, sans-serif;
     font-size: 13px;
     background-color: white;
}

/* BODY */

body {
     margin: 0;
     background: white;
}

.copy {
     color: #bababa;
     text-decoration: none;
     font-size: 10px;
}

/* A */

a {
     text-decoration: none;
}

.psgu {
  text-align: center;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
}

input.vote {
  font-size: 12px;
  border: 1px solid #000000;
}

input.error {
  font-size: 12px;
  border: 1px solid #000000;
  background-color: #ff6666;
}