
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2b3497;
	background-color: #26225a;
	margin:10px;
}
td, th {
	font-size: 12px;
	color: black;
}
a, a:visited { color: #2b3497; }
a { text-decoration: none; }

/* ------ FORM ----- */
.required { font-size: 18px;
	    font-weight: bold;
            color: #cc0000; }
.input { text-align: right;
	   padding-right: 5px;
	   font-weight: bold; }


#humor {
	font-size: 11pt;
	line-height: 1.5em; }

#container {
	width: 510px;
	margin-left: auto ;
  	margin-right: auto ;
}

#content {
	min-height:600px;
  	height:auto !important;
}

.form { text-align: left; }
.form div.line { clear:both; margin-bottom:5px; }
.form label { padding-top:3px; float: left; width: 110px; font-size: 12px; }

#footer {
	font-variant: small-caps;
	font-size: 12px;
	color: silver;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

#footer a:link, #footer a:visited { color: silver; text-decoration: none; }
#footer a:hover, #footer a:active { color: red; text-decoration: underline; }
