#projeto {
    width:500px;
    height:500px;
	margin:auto;
}
#link{
    width:280px;
	height:20px;
	margin:auto;
	text-align:center;
	border: 4px double #CCCCCC;}
#link a{
	color: #666666;
	font-size: 15px;
	font-family:  Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	outline: none;
}	
#link a:hover, 
#link a.activeSlide {
    color:#9FAA27 ;
}
.texto {
    font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
}
.style1 {
	font-size: 18pt
}


