body { 
 background-color: #000000; 
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
 font-size: 11pt;
 color: #AAAAAA;
}

#page-content {
  margin: auto;
  width: 80%;
  max-width: 700px;
  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 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #AAAAAA;
}

p.small {
    font-size: 10pt;
}

p.title {
    font-size: 18pt;
	line-height: 20pt;
	letter-spacing: 0.8em;
}

p.larger-title {
    font-size: 24pt;
	line-height: 26pt;
	letter-spacing: 0.3em;
}

p.paragraph {
	text-align: left;
}

li { 
    margin-top: 4; 
}

table, td, #signup {
    align: center;
    width: auto;
	border: 0px solid gray;
	font-size: 12pt;
}

td.prompt {
	width: auto;
	font-size: 12pt;
}

td.required {
	width: 12px;
	font-size: 14pt;
}

td.answer {
	width: 360px;
	font-size: 12pt;
}

#use_this {
	overflow-x:auto;
	width: 80%;
	margin: auto;
}

#form1 {
	overflow-x:auto;
	width: 50%;
	margin: auto;
}

.new_label {

	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: #330000;
}

h4 { 
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; 
 font-weight: bold;
 color: #330000; 
}

p.sup { font-size: 8pt }

input {
	font-size: 12pt;
}

#back_button {
	font-style: bold;
	font-size: 12pt;
}

#submit_button {
	font-style: bold;
	font-size: 12pt;
}

.ls-button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.ls-button:hover {
  background-color: green;
}


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; 
 font-size: 11pt;
 color: #FFBBBB; 
 text-decoration: none;
}
a.navbar:active { 
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold; 
 font-size: 11pt;
 color: #FFBBBB; 
 text-decoration: none;
}
a.navbar:visited { 
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11pt;
 color: #FFBBBB; 
 text-decoration: none;
}
a.navbar:hover { 
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold; 
 font-size: 11pt;
 color: #EEEE44; 
 text-decoration: none;  
}
