html, body{
	margin-left: .5cm;
	margin-right: .5cm;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	}
	
.agostini{
	color:#03F;
	/*font-weight:bold;*/
	}
	
A:LINK {
 color : White;
 text-decoration: none
}

A:VISITED {
 color : White;
 text-decoration: none
}

A:HOVER {
 color : Yellow;
 text-decoration : underline;
}

A:ACTIVE {
 color : Red;
 text-decoration: underline
}


p{
	text-align: justify;
	/*text-indent: 12px;*/
        }
.box{
	height:600px;
	width:800px;
	padding:0px;
	border-right:1px solid red;
}

.right{
	border:1px solid black;
	padding:10px;
}
.left{
	padding-left:8px;
	font-size:16px;
}

