body {
 font-family: helvetica, verdana, serif;
}


.errormessage {
  color:red;
  background-color:white;
}
.highlight {
  background-color: #ddd;
}

.successmessage {
  
}
.success {
  color:green;
}

.heading {
  text-align:center;
  border-bottom:1px dotted blue;
}
.footer {
  text-align:center;
  border-top:1px dotted blue;
}

.logintext {
  text-align:right;
  font-size:0.8em;
}

.submissions {
  background-color: #eee;
}

