﻿/* CSS layout */
html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	background-color: #407EFF;
}
#masthead {
	width: 800px;
	height: auto;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#top_nav {
}
#page_content {
}
#footer {
}
.defaultfont {
	font-family: Verdana;
	font-size: small;
	text-align: justify;
}
h1 {
	font-family: Verdana;
	color: #FFFF00;
	text-align: center;
}
h2 {
	color: #FFFF00;
	font-family: Verdana;
	text-align: center;
	/*margin-bottom:5px;
	margin-top:10px;*/
}
.altro {
	position: relative;
	width: 396px;
	left: 0px;
	top: 0px;
	margin: 0px;
	height: auto;
	float: left;
}
.destra {
	position: relative;
	width: 400px;
	margin: 0px;
	height: auto;
	float: right;
}
.style2 {
	position: relative;
	width: 400px;
	left: 0px;
	top: 0px;
	margin: 0px;
	height: auto;
	float: left;
	text-align: center;
}
a {
	font-family: Verdana;
	font-size: small;
	color: #FFFF00;
	font-weight: bold;
}
.style3 {
	border-width: 0;
}
/*div#link {
	display: none;
}*/
#link {
	width: 800px;
	margin: auto;
}
#link a{
	font-size:xx-small;
	
}
