h1 {
	font-weight: normal; 
	font-size: 3em; 
	font-family: arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: black;
	border-width: 0px;
}
a:hover {
	text-decoration: none;
	color: black
	border-with: 0px;
}
a:visited {
	text-decoration: none;
	color: black;
	border-with: 0px;
}
.center {
	margin: 0 auto;
	top: 50px;
	text-align: center;
}
.content {
	width: 960px;
	margin: 0 auto;
}
#logo {
	margin-top: 40px;
	width: 960px;
}
#foto {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 3px 5px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 3px 5px 15px rgba(0,0,0,0.7);
	box-shadow: 3px 5px 15px rgba(0,0,0,0.7);
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#333333')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#333333');
}

