/* CSS Document */
body {
	background-image: url(bkg2.jpg);
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.text {
    font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
	font-style:italic;
}

.footer {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333333;
}

.lista {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

