@charset "UTF-8";

body {
	font-family: sans-serif;
	background-color: black;
	color: white;
}

div#wrapper {
	margin: auto;
	width: 1300px;
	text-align: center;
}

img.foto {
	margin: 5px;
	border: 2px solid white;
}

.page {
	text-align: right;
}

#marino {
	font-style: italic;
	text-align: right;
}

:link,:visited {
	color: white;
}

a.block {
	display: block;
	margin: auto;
	width: 300px;
	color: black;
	background-color: rgb(242, 148, 0);
	border: 2px solid white;
	text-align: center;
	font-size: 15pt;
	text-decoration: none;
}