html, body {
	width:100%;
	height:100%;
	margin:0px;
	background-color:#FFFFFF;
	text-align:center;
	/*overflow:hidden;*/
	font-family:arial, sans-serif;
	font-size:small;
	color:#000000;
}
table#main {
	width:100%;
	height:100%;
	margin:auto;
	
}
td {
	font-size:small;
}
img {
	border:none;
	
}
img.serie {
	margin: 25px 20px 25px 20px;
}
p {
	font-size:small;
}

a {
	color:#808080;
	text-decoration:none;
}

p.sign {
	margin-top:40px;
	font-size:x-small;
	/*border-top:1px #000000 solid;*/
}
