body {
	background-color: #AF8A32;
	margin: 0px;
}

a {
	color: #000000;
}

#container {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 80px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

#logo img {
	border: solid 3px #000000;
}

#text h1 {
	font-size: 19pt;
	letter-spacing: 6pt;
	margin-top: 40px;
	margin-bottom: 0px;
	font-weight: bolder;
}

#text h2 {
	font-size: 12pt;
	margin-top: 18px;
	margin-bottom: 18px;
	font-weight: bolder;
}

#text p {
	font-size: 10pt;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 8px;
}

#text .tel .type{
	display: none;	
}