html, body			{	width:100%;
						height:100%;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						text-align:center;}
body				{	background-color:#D9DFE4;
						margin:auto;}
#tresc 				{	width:550px;
						height:auto;
						margin:auto;
						text-align:center;}
#tresc h1			{	padding-bottom:2px;
						border-bottom:2px solid #808080;
						color:#808080;
						font-size:20px;}
#tresc h2			{	padding-bottom:2px;
						border-bottom:2px solid #808080;
						color:#808080;
						font-size:13px;}
#tresc p			{	color:#808080;
						font-size:13px;}
#tresc a			{	color:#A0A0A0;
						text-decoration:none;}
#tresc a:hover		{	color:#D70000;}
#validator 			{	list-style:none;}

