div#content {
	margin : 0 ;
	margin-top : 80px;
	padding : 0;
}
div#content div#text {
	background-color : white;
	margin : 0 5%;
	border : 1px #aaa dotted;
	border-bottom : 1px white solid;
	border-top : none;
	padding-top : 15px;
	padding-bottom : 20px;
	padding-left : 5%;
	padding-right : 5%;
}
div#text>h1 {
	background-color : #424242;
	background-image : url('/img/h1_tr.png');
	background-position : top right;
	background-repeat : no-repeat;
	color : white;
	font-size : 120%;
	padding : 5px 10px;
	margin : 10px 3%;
	margin-top : 2px;
}
div#text p,div#text table {
	margin : 5px 4%;
	text-align : justify;
}
div#text p.spe {
	border-left : 1px #ddd solid;
	padding-left : 5px;
	margin : 0;
	margin-left : 3%;
	margin-right : 3%;
}
div#text p.spe:first-letter {
	color : #500;
	font-size : 150%;
	padding-left : 10px;
}
input,textarea {
	background-color : #fdd;
	color : #333;
}
a.emph {
	color : #a00;
	text-decoration : none;
}

