@import url(common.css);

body{
	background-color:#aaf;
}

#titolo{
	background-color: #eef;
}

#navigatore{
	background-color:#77f;
}

.box{
	background-color:#eef;
}

.box_titolo{
	background-color: #77f;
}


.blog_text a{
	color :#77f;
}

