body,html {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
/*  padding: 0.6em 1em 1em 1em; */
  width: 100%;
  height: 100%;
  /* #c1d6b3 */
}

a {color: #080cff; text-decoration: none;}

#new_list { }
#new_list tr { }
#new_list tr td.left { padding-right: 14px; }
#new_list tr td.right { }

#bodybox {
	background-color: white; 
	clear: both;
	margin: auto;
	padding: 1%;
	width: 400px;
}

span.punchline_text{
	letter-spacing: +4px; 
	font-size: 20px;
	color: #555;
}

div.flash{
	color: red; 
	border: thin solid red; 
	padding: 5px;
}

div.site_notice{
	color: blue;
	 border: thin solid blue; 
	 padding: 5px; 
	 font-size: 10pt;
}

div.survey{
	color: blue; 
	border: thin solid blue; 
	padding: 5px; 
	margin: auto;
	font-size: 10pt;
	overflow: auto;
}

div.survey a {
	font-weight: bold;
}

#errorExplanation { border: thin solid red; color: red; padding: 5px;}
#errorExplanation h2 { font-family: arial; font-size: 18px; }

#footer{
	font-size: 12px;
	width: 400px;
	text-align: center;
	clear: both;
	border-top: solid thin;
	margin: auto;
}

span.small_text{
	font-size: 12px;
}

input {
	font-size: 16px;
}

select {
	font-size: 16px;
}