BODY {
	background-color : #FFCC99;
	font-family : "Times New Roman", Times, serif;
	list-style-type : square;
	color : #3333CC;
}
 A:HOVER {
	text-decoration : underline;
	color : #CC0000;
}
A:LINK, A:VISITED {
	text-decoration : underline;
	color : #9900CC;
	font-weight : bolder;
}
TABLE {
	border-collapse : collapse;
	border-spacing : 3px;
	border-width : 3px;
	border-style : solid;
	border-color : #FFFFCC;
	margin : 5px;
	padding : 8px;
}
TD {
	border : #FFFFCC;
	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;
}

