﻿h1 { 
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 3em; 
	text-align: center;
}
.page { max-width: 50em; }
.content p { 
	max-width: 60em; 
	margin: 1em 2em 1em 1.5em; 
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 0.8em; 
    line-height: 1.8em;
}
.figure+p:first-line { font-weight: bold; } 
.figure { 
	float: left; 
	margin: 7px 20px -25px 14px;	
}
.figure img { 
	border: 1px solid #D3D3D3; 	
	padding: 5px; 
	box-shadow: 2px 2px 4px black; -webkit-box-shadow: 2px 2px 4px black;
}
.figure p {
   position: relative;
   top: -41px; 
   left: 234px;
   z-index: 10; 
   width: 240px; 
   height: 27px;
   color: white;
   text-align: right;
   text-shadow: 2px 2px 2px black;
   font-weight: bold;
   background-color: red;
   background-color: rgba(255, 0, 0, 0.6);
   padding: 4px 12px 0 0;
   margin: 0;
}
