BODY {
	background-color : #99CCFF;
	font-family : Arial, Helvetica, sans-serif;
	list-style-type : square;
	color : #3333CC;
	font-size : 10pt;
}
H1, H2, H3, H4, H5 {
	text-align : center;
}
P {
	text-align : center;
}

 A:HOVER {
	text-decoration : underline;
	color : #CC0000;
}
A:LINK, A:VISITED {
	text-decoration : underline;
	color : #9900CC;
}
TABLE {
	border-collapse : collapse;
	border-spacing : 3px;
	border-width : 3px;
	border-style : solid;
	border-color : #3300CC;
	margin : 5px;
	padding : 8px;
}
TD {
	border : #3300CC;
	padding : 5px;
	border-style : solid;
}
LI {
	list-style-image : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}
P.autor {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : lighter;
}

