body {
  font-family: "Georgia";  
}

.floatfoat img {
	float: right;
	margin-left: 20px;
	display: inline-block;
}

h1 {
	font-style: italic;
	font-weight: normal;
	color: #360a00;
	margin-bottom: 30px;
}

h2 {
	font-style: italic;
	font-weight: normal;
	color: #111;
	margin-bottom: 20px;
	font-size: large;
}

p {
	line-height: 1.4em;
	text-indent: 30px;
	color: #333; 
	text-align: justify;
}

a {
	color: #930000;
	text-decoration: none;
}

#footer, .navlink {
	display: none;
}
