body {
	margin: 0;
	padding: 0;
	color: #663333;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFCC66;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: small;
}

h1 {
	font-size: 180%;
	font-style: italic;
	letter-spacing: 2px;
	color: #FDF3CA;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	color: #663300;
	font-style: italic;
	letter-spacing: 2px;
}

h3 {
	font-size: 140%;
	color: #330000;
	font-style: italic;
	letter-spacing: 2px;
}

h4 {
	font-size: 140%;
	color: #330000;
	font-style: italic;
}

h5 {
	font-size: 115%;
	color: #FCF2E0;
	font-weight: bold;
}

h6 {
	font-size: 140%;
	color: #FF9900;
	font-style: italic;
	letter-spacing: 2px;
}



.marco {
	background-color: #FAFFC6;
	border: 1pt solid #C77E35;
	padding: 1px;
	margin: 10px;
} 


.menu  {
	color: #725B3E;
	text-decoration: none;
}


.menu:hover  {
	color: #660000;
	text-decoration: underline;
}

.link2  {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}


.link2:hover  {
	font-weight: bold;
	color: #A2906A;
	text-decoration: none;
}

.link1  {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}


.link1:hover  {
	font-weight: bold;
	color: #867758;
	text-decoration: none;
}

