body{
//text-align: center;
}

#centrediv {
  margin: 8px auto; 
  padding-left: 16px;
  padding-right: 16px;

  text-align: justify;
  color: black;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 11px;

  background-color: white;
  width: 900px;	 
  border: 1px dashed black;
}

textarea, input, select {
  font-size: 14px;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}

.bigselect {
  font-size: 24px;
  line-height:36px;
}

.checkboxtext{
  font-size: 14px;
}

#submit {
  font-size: 20px;
  background-color: #7ac141;
  color:white;
  padding: 8px;
  font-family: "Georgia", serif;
}

h1 {
  font-family: "Georgia", serif;
  font-weight: normal;
  text-align: center;
  font-size: 48px;
}

h2 {
  font-family: "Georgia", serif;
 background-color: #4891DC;
 color:white;
   font-size: 24px;
 padding: 12px;
 font-weight:normal;
}

h3 {
  font-family: "Georgia", serif;
  font-weight: normal;
  text-align: center;
  font-size: 24px;
}


td.qtitle{
  font-weight: bold;
  width: 150px;
}

td{
vertical-align: top;
}

td.comment{
color: darkslategray;
padding-bottom: 16px;
font-size: 13px;
}

.qerror{
padding: 2px;
background-color:red;
color: white;
font-style: oblique;
font-size: 13px;
}

td.subhead{
font-family: "Georgia", serif;
font-size: 20px;
text-align: center;
background-color: black;
color:white;
padding: 6px;
width: 300px;
}

td.sectionheader{
font-weight: regular;
font-family: "Georgia", serif;
font-size: 30px;
background-color: #4891DC;
color:white;
padding: 10px;
}

acronym{
border-bottom: 1px dotted black;
cursor:help}

.applied{
color: darkgray;
}

.taken{
margin-left: 24px;
color: red;
text-decoration: line-through;
}

.taken-nomargin{
color: red;
text-decoration: line-through;
}

.taken-bythem{
color: blue;
font-style: italic;
}

.feedback{
line-height: 18px;
font-size: 14px;
}

.choice{
font-size: 16px;
padding-bottom: 8px;
font-weight: 550;
}

#choicediv{
background-color: #ffc774;
padding: 10px;
padding-top:20px;
border: 1px darkslategray;
}

a:link, a:visited
{
    color: #3399cc;
    text-decoration: none;
    border-bottom:1px dotted #3399cc;
}
  
a:hover
{
    border-bottom:1px solid #3399cc;
     }
     
.footerq
{
margin: 8px auto; 
width: 902px; 
background-color:black; 
color: white; 
text-align:center; 
font-family: Georgia,serif;
padding: 8px;
}