@import url(common.css);

body{
	background-color:#f77;
}

#titolo{
	background-color: #ffc;
}

#navigatore{
	background-color:#f00;
}

.box{
	background-color:#ffc;
}

.box_titolo{
	background-color: #f00;
}


.blog_text a{
	color :#f00;
}