@font-face {	font-family: sd; src: url(/logo/sd.ttf); }
.sdx {  font-family: sd;		font-size: xx-large;	} 

img { 
	max-width: 95%; height: auto; 
	box-shadow: 10px 10px 5px #222;
	border-radius: 10%;
}
	  
BODY {
	font-family : 'Trebuchet MS', sans-serif ;
	text-align: justify;
    color: #004;
	font-size: xx-large;
	background-color: #ddd;
}

h1 {
	font-family: sd;	text-shadow: 2px 2px 5px red;	font-size: xx-large;
	background-image: url("http://server.idemdito.org/srv/t00.gif");
	text-align: center;
}
h2	{	font-family: sd;	 font-size: x-large;	text-align: center;	}
h3 {	font-family: sd;	}

blockquote	{ border: 3px solid red; padding-left: 20px; padding-right: 20px; padding-bottom: 10px;	}
 
.touch	{
	position: fixed;  top: 10px;  right: 30px;	width: 200px;
	text-align: center;	border: 2px solid red;	background-color: white; padding: 9px;
}
a {	font-weight: bold; font-size: xx-large; margin-top: 9px; }

.center	{	text-align: center;		background-color: #eee;	font-size: x-large;	}
.just	{	text-align: justify;	background-color: #eee;	font-size: x-large;		padding: 10px;	}
.rr	{
	float: right;  margin-left: 20px;	font-size: x-large;
	border-top: 2px solid blue; border-bottom: 2px solid blue;
}
.rx	{	float: right;  margin-left: 20px;	}

.ll		{ float: left; margin-right: 20px; }
