/* CSS Document */

body, html {
	margin  : 0;
	padding  : 0;
	height  : 100%;
	background-color: #006633;
}

#layoutgrid{
 display  : table;
 height  : 100%;
 width  : 100%;
}
#layoutgrid td {
 vertical-align : middle;
 text-align  : center;
}

#foto {
 vertical-align : middle;
 text-align  : center;
 border:none;
}

h1 { 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#000000;
}

.testo {
padding:12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#cccc99;
}

.testo a:link {
color: #000000;
font-style: italic;
font-weight:bold;
text-decoration: none;
}
.testo a:visited {
text-decoration: none;
font-style: italic;
font-weight:bold;
color: #000000;
}
.testo a:hover {
text-decoration: none;
font-style: italic;
font-weight:bold;
color: #000000;
}
.testo a:active {
text-decoration: none;
}


.testomenu {
	font-family: "Times New Roman", Times, serif;
	color:#cccc99;
	font-weight: bold;
	font-size:8pt;
	text-align:center;
	top: 3px;
	text-decoration: none;
}
.testomenu a:link {
color: #cccc99;
font-style: italic;
text-decoration: none;
}
.testomenu a:visited {
text-decoration: none;
font-style: italic;
color: #cccc99;
}
.testomenu a:hover {
text-decoration: none;
font-style: italic;
color: #000000;
}
.testomenu a:active {
text-decoration: none;
}


