body {
	background:#3f3f3f;
	color:#fff;
	font-family:Tahoma,Arial,sans-serif;
	font-size:14pt;
	width:98%;
}
input {
	width:90%;
	border:0px solid;
	background:#999;
	color:#1d1d1d;
	padding-top:5px;
	padding-bottom:3px;
	font-family:Consolas,Menlo,sans-serif;
	font-size:20pt;
	font-weight:bold;
}
input:focus {
	background:#1d1d1d;
	border-bottom:1px solid #fff;
	outline-width:0px;
	color:#fff;
}
.nameblock {
	height:15%;
}
#tOut, #despues{font-style:italic;font-size:16pt;font-weight:bold;}
#rhdr{font-weight:bold;font-family:Menlo,Courier,serif;}
