html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
.sfondo{
	background-color:#2B3690;
}
.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bordi {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
a.link1 {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
	background-color: #000000;
	padding: 1px 3px 3px;
}
a.link1:hover {

	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2B3690;
	padding: 1px 3px 3px;
}
.sfondohome {
	background-color:#2B358E;
}
a.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
a.link2:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
