body { 
 background-color: #000000; 
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
 font-size: 30pt;
 color: #AAAAAA;
}

#page-content {
  margin: auto;
  width: 95%;
  border: 0px solid #73AD21;
  padding: 10px;
}

#center-section {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

p, blockquote, ol, ul, li, dl, dt, dd, td {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	line-height: 45pt;
	color: #AAAAAA
}

p.small {
    font-size: 24pt;
}

p.title {
    font-size: 30pt;
	line-height: 34pt;
	letter-spacing: 0.8em;
}

p.larger-title {
    font-size: 36pt;
	line-height: 38pt;
	letter-spacing: 0.3em;
}

p.paragraph {
	text-align: left;
}

li { 
    margin-top: 4; 
}

#signup {
    align: left;
    width: 100%;
	border: 0px solid gray;
	font-size: 30pt;
}

td.prompt {
	width: auto;
	font-size: 30pt;
}

td.required {
	width: auto;
	font-size: 30pt;
}

td.answer {
	width: auto;
	font-size: 30pt;
}

#form1 {
	overflow-x:auto;
	width: 70%;
	margin: auto;
	align: center;
}

.new_label {
	text-align: left;
	margin-top: 10px;
	color: #ddd;
}

h1 { 
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
 font-weight: bold;
 color: #AAAAAA; 
}

h2 { 
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
 font-weight: bold;
 color: #AAAAAA; 
}

h3 { 
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
 font-weight: bold;
 margin-bottom: 1pt;
 color: #AAAAAA;
}

h4 { 
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
 font-weight: bold;
 color: #AAAAAA; 
}

p.sup { font-size: 10pt }

input {
	font-size: 24pt;
}

#back_button {
	font-style: bold;
	font-size: 32pt;
}

#submit_button {
	font-style: bold;
	font-size: 32pt;
}


a:link { color: #BBBBBB; text-decoration: none; }
a:active { color: #BBBBBB; text-decoration: underline;  }
a:visited { color: #BBBBBB; text-decoration: none;  }
a:hover { color: #DDDDDD; text-decoration: underline;  }

a.navbar:link { 
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold; 
 color: #BBBBBB; 
 text-decoration: none;
}
a.navbar:active { 
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold; 
 color: #BBBBBB; 
 text-decoration: none;
}
a.navbar:visited { 
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #BBBBBB; 
 text-decoration: none;
}
a.navbar:hover { 
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold; 
 color: #EEEE44; 
 text-decoration: none;  
}
