:link {
	color: white;
}
:visited {
	color: white;
}
:active {
	color: white;
}
body {
	background-color:blue;
	color: white;
	text-align: center;
}

div.arrowprev {
	text-align: left;
	position: absolute;
	top:0;
	left:0;
/*	border: 1px solid red;
	background-color: red;*/
}
div.arrownext {
	text-align: right;
	position: absolute;
	top:0;
	right:0;
/*	border: 1px solid red;
	background-color: red;
	width: 2em;
	height: 1em;*/
}
img {
	border: 0px;
}

img.foto {
	border: 1px solid white;
}

div.foto {
	position: absolute;
	border: 0px solid red;
	position: relative;
	left: 0;
	width:800px;
}
div.title {
	font-size: xx-large;	
	font-weight: bold;
}

