body{
	margin: 0 0 0 0
}

::selection {
    background-color: red;

    }
::-moz-selection {
    background-color: red;

}

a{
	font-family: "Courier New", Courier, monospace ;
	font-size: 12px;
	color: #000;
}

a:hover{
	font-family: "Courier New", Courier, monospace ;
	font-size: 12px;
	color: #FFF;
}
a:active{
	position:relative;
	top:1px;
}

a:visited{
	font-family: "Courier New", Courier, monospace ;
	font-size: 12px;
	color: #000;
}

.content{
	overflow: hidden;
	width: 950px;
}

.col{
	position: relative;
	float: left;
	margin: 20px 0 0 20px;
	height: auto;
	width: 200px;
}

.blocco {
	font-family: "Courier New", Courier, monospace ;
	font-size: 12px;
	color: #000;
	position: relative;
	margin: 0 0 20px 0;
	height: auto;
	width: 200px;
}

.red {
	color: red;
}


.titolo {
	border-bottom: 2px solid black;
	line-height: 20px;
}

.nome {
	border-bottom: 2px solid red;
	line-height: 20px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	width:675px;	
	min-height:200px;
	
	/* CSS3 styling for latest browsers */
	/*-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	*/
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/alex/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
border: none
	}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:0 !important;
	position:relative;
}