/* CSS Document */

#main {
	border: 1px solid #3399FF;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top:10%;
	padding:10px;
}

A{
	text-decoration:none;
	font-weight: bold;
}

A:hover {color: rgb(255,0,0); text-decoration: underline; font-weight: bold}

body{
	padding :0;
	margin :0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2{
	color:#0066FF;
	text-align:center;
	font-size:80%;
}

div.project{
	position:relative;
	border-left:5px solid #f5f5f5;
	border-right:5px solid #f5f5f5;
	float:left;
	width: 160px;
	text-align: left;
	background-color: #f5f5f5;
	/* padding-bottom: 100%; */
	
	/* Caratteristiche del Testo */	
	
	font-size: 70%;
}

#projects{
	margin-left: auto;
	margin-right: auto;
	width:65%;
	height:100px;
}

