body{
	background-color:white;
	color:black;
	margin-left:0;
	margin-top:0;
	font-size:11px;
}
a	{
	color:black;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#col1{
	font-family: Georgia, Times, "Times New Roman";
	position:absolute;
	z-index:1;
	left:10px;
	top:32px;
	width:135px;
	border-top:1px solid black;
	line-height:15px;
}
#col2{
	font-family: Georgia, Times, "Times New Roman";
	position:absolute;
	z-index:2;
	left:160px;
	top:32px;
	width:105px;
	border-top:1px solid #cccccc;
	line-height:15px;
	color:#cccccc;
}
#col3{
	font-family: Georgia, Times, "Times New Roman";
	position:absolute;
	z-index:3;
	left:160px;
	top:32px;
	width:105px;
	border-top:1px solid black;
	line-height:15px;
}
#col4{
	position:absolute;
	z-index:4;
	left:410px;
	top:32px;
	width:220px;
	border-top:1px solid black;
	line-height:15px;
}
#col5{
	font-family: Georgia, Times, "Times New Roman";
	position:absolute;
	z-index:5;
	left:650px;
	top:32px;
	width:105px;
	border-top:1px solid black;
	line-height:15px;
}
#prev {
	width:55px;
	float:left;
}
#next{
	width:50px;
	float:right;
	text-align:right;
}
.romana{
	font-family: Georgia, Times, "Times New Roman";
}
.italica{
	font-family: Georgia, Times, "Times New Roman";
	font-style: italic;
}
.rodona{
	font-family: Arial, Verdana, Helvetica;
}
.negreta {
	font-family: Georgia, Times, "Times New Roman";
	font-weight:bold;
}