/*
css for maurizioravalico.com

*/
body {
	font-family:arial, verdana, sans-serif; 
}

h1 { 
font-size:14px;
color:black;
}

p {
font-size:12px;
color:black;
}

a:link {
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	font-weight: bold;
	color: #330099;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.news {
font-size:12px;
font-weight: bold;
color:black;
background-color:#990000;
}