@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
}

#nome {
	position:absolute;
	width:160px;
}
#menu {
	position:absolute;
	width:200px;
}
#contenuto {
	border-left:1px solid #F00;
	padding-left:10px;
	padding-bottom:4px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	/*text-transform:uppercase;*/
	color:#000;
	position:absolute;
	line-height:17px;
}
#contenuto a {
	color:#333;
	text-decoration:none;
}
#contenuto a:hover {
	color:#F00;
	text-decoration:none;
}
