BODY {
	background-color : #99CC99;
	font-family : "Times New Roman", Times, serif;
	list-style-type : square;
	color : #3333CC;
}
 A:HOVER {
	text-decoration : underline;
	color : #CC0000;
}
A:LINK, A:VISITED A:ACTIVE {
	text-decoration : underline;
	color : #9900CC;
	font-weight : bolder;
}
H1, H2, H3, H4, H5 {
	text-align : center;
	font-stretch : extra-expanded;
}
H1 {
	font-style : italic;
}

P {
	text-align : center;
}

P.autor {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : lighter;
}
TABLE {
	border-collapse : collapse;
	border-spacing : 3px;
	border-width : 3px;
	border-style : solid;
	border-color : #319C63;
	margin : 5px;
	padding : 8px;
}
TD {
	border : #319C63;
	padding : 10px;
	border-style : solid;
	font-size : smaller;
}
HR {
	color : #319C63;
}
