body {
	background-color: #42191d;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
a {
	color: #FFCC00;
}
a:hover {
	color: #CC3300;
}

#content{
	background-color: #634f4e;
	width: 805px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1px;
}

#logo{
	 margin-left: auto;
	 margin-right: auto;
	 width:430px;
}

#menu{
	font-size: 90%;
	font-weight: bold;
}

#menu ul{
  	 list-style: none;
	 margin: 10px 5px 20px 3px;
	 padding: 0px;
}

#menu li {
	 display:  inline;
}
 
#menu li a{
	text-decoration: none;
	color: #FC0;
	padding-left: 18px;
}

#menu li a:hover{
    color: White;
}

h1{  
	font-size: 120%;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-left: 5px;
}

#testo{
	font-size: 100%;
	/*margin-bottom: 10px;*/
	background-color: white;
	margin: 10px;
	padding: 5px 0px 10px;
}

h2{
	font-size: 110%;
	margin: 0px 5px 0px 5px;
}

#testo p {
	padding: 0px 10px 2px 8px;
}


.botton{
	height: 22px;
	border: solid Black 1px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	background-color: #a06905;
	font-weight: bold;
}
.botton p{
	text-align: center;
	margin-top: 3px;
	
}

.botton a{
	text-decoration: none;
	color: White;
}

.botton:hover{
	background-color: #42191d;
}


#footer {
	width: 805px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
}


#footer a{
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#footer a:hover{
	text-decoration: underline;
}