
@font-face {
  font-family: Palladio;
  src: url(URWPalladioL-Roma.ttf);
}

@font-face {
  font-family: Gothic;
  src: url(URWGothicL-Book.ttf);
}

body {
	font-family: Palladio; 
	background: #ee9;
}

.box {
	max-width: 800px;
	margin: 20px auto 20px auto;
	align: center;
}
	

.header {
	font-family: Gothic;
	font-variant: small-caps;
	align: center;	
	width: 100%;
	text-align: center;
	font-size: 400% 
}

.menu { 
	align: center;
	text-align: center;
	text-decoration: none; 
}

.content {
	
        align: left;
        text-align: left;
	font-size: 14pt;
	line-height: 120%;
}       

