a:link { text-decoration:none; color:white }
a:visited { text-decoration:none; color:white }
a:hover { text-decoration:none; color:white }
a:active { text-decoration:none; color:white }

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}

body.lista {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
        font-weight: bold;
	background-color: #00b9e4;
}

ul.lista {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 1em; 
	left: 1em;
}

p.snow {
	font-size: 14px;
	color: black;
}

