body {
	margin: 0px;
	padding: 0 0 3em 0;
	background: #cccc99;
	font-family: verdana,arial,sans-serif;
	font-size:1em;
	
	}
	
	.content {
	width: 32em; 
	border:0.12em solid #000;
 	padding: 2em;
	margin: 2em auto;
	background: #ffe494;
		text-align:justify;

	}
	
	.footer {
	width: 43em;
	border:1px solid #000;
	padding: 1em;
	margin: 2em auto;
	background: #ffe494;
	font-size:0.8em;
	text-align:center;
	}
	
	h1 {
text-align:center;
	font-style:italic;
	color: #880303;
	font-size:3em;
	}
	
	p {
	font-size:1em;
	line-height:1.6em;
	margin: 1em 0;
	}
	
	.content a {
	color: #000;
	background: #f2a68f;
	text-decoration: none;
	padding-left:0.1em;
	padding-right:0.1em;
	}
	.content  a:hover {
	color: #f2a68f;
	background: #000;
	
	}
	
	.footer a {
	color: #000;
	}
	.footer a:hover {
	color: #f2a68f;
	background: #000;
	
	}
	
	.content img {
	float:right;
	margin: 1em;
	}
	
	img.nofloat { float: none;}