body {
	margin: 0;
	font-family: serif;
	color:white;
	background-color: Black;
}
.tratt {
	border-top-style: dotted;
	border-bottom-style: dotted;
	background-color: #000;
	margin-left: 0px;
	margin-right: 0px;
	border-color: #e2c482;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 2px;
	font-family: 'PT Sans', sans-serif;
}
.tratt p{
	font-size: 12px;
	width: 750px;
	text-align: justify;
}

a.mail {
	font-size: 14px;
	color: #FF6347;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
}
a.mail:hover {
	background-color: #fff;
	text-decoration: none;
	color: #F4A460;
}

div.ind{
	color: #F0E68C;
}
