/* Stylesheet leobar
*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
        background-color: #f8efd3;
}
.fondo {
	font-family: sans-serif, helvetica, arial;
	font-size: 1.1em;
	background: #fff2bf;
	border: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #b38f00;
	margin-left: 30%;
	margin-bottom: 0px;
	width: 40%;
	height: 100%;
	
	}
.testa {
	width: 100%;
	padding-top: 20%;
	text-align: center;
	font-family: serif, times;
	font-variant: small-caps;
	font-size: 110%;
	color: #666666;
}
.ttext {
	padding: 20px 25px 10px 25px;
	font-family: sans, verdana, helvetica, arial;
	font-size: 11px;
	text-align: center;
	color: #20;
}

img 	{
	border: 0;
}
.ass {
	position: absolute;
	width: auto;
	padding-left: 6%;
	bottom: 0px;
	text-align: center;
	font-size: 8px;
	color: 666;
}
a {text-decoration: none}
a:link		{color: #666666;}
a:hover		{color: #b38f00;}
a:visited	{color: #202020;}
