body {
	background-image: url("Figures/davinci.gif");
    background-color: #ffffcc;
    font-family: arial, sans-serif; 	
}
div {
	max-width: 850px;
	margin: auto;
	text-align: left;
}

img.twoimg { border: 1px solid; }
img { border: 0; 
    max-width: 100%;
    height: auto;
}
figure {
	text-align: center;
	border: thin silver solid;
	padding: 10px;
	margin: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 3px 3px 5px rgba(50, 50, 50, .5);
}

h1{
	text-align: center;
	color: #D52B1E;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2 {
	text-align: left;
	color: #D52B1E;
	padding-top: 5px;
}
h3{
	text-align: left;
	padding-top: 5px;
}

#bottom {
	display: block;
    border-width: 0px;
	font-style: italic;
	font-size: 75%;
}
table  {
	border: 0px;
	border-spacing: 10px;
	width: 100% ;
	background-color: #ffffcc;
}
td {
	text-align: left;
}

TABLE.HistoryTable {
  width:  100%;
  border: thin silver solid;
}

TR.HistoryDataRow td {
	border: 2px solid black;
}

TD.HistoryYearCell {
	border: thin silver solid;
	font-weight: bold;
	text-align: center;
}
	
 