body {
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
b {
	font-size: 100%;
	color: #FF9900;
}
  A:link {
	color:#000066;
}
  A:visited {
	color:#003399;
}
  A:active {
	color:#000066;
}
  A:hover {
	color:#FF0000;
	font-weight:bold;
}
table {
	color: #000000;
	font-size: 70%;
}
small {
	font-size: 80%;
	font-style: italic;
}
h1 {
	font-size: 100%;
	font-weight: bold;
}
UL {
	font-size: 80%;
}
LI {
	font-size: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.centro {
	margin-left:auto; 
    margin-right:auto 
}
.italic {font-style: italic}