body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
td {
	text-align: left;
	vertical-align: top;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #000000;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_bold {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
.txt_any {
	font-size: 20px;
	color: #FFFFFF;
}
.titol_agenda {
	color: #FF0000;
	font-size: 60px;
	font-style: normal;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold";
}

a.titol_agenda:link 	{ 	color: #0093D6; 	text-decoration: none; }
a.titol_agenda:visited 	{ 	color: #0093D6; 	text-decoration: none; }
a.titol_agenda:hover 	{ 	color: #FFFFFF; 	text-decoration: none; 	background-color: #0093D6; }
a.titol_agenda:active 	{ 	color: #0093D6; 	text-decoration: none; }


