/*
Jane Eichenberger
Name of File: eichenberger.css
Stylesheet for eichenberger.html
*/

h1	{
	background-color: blue;
	color: white;
	font-family: "Lucida Handwriting", "Times New Roman", sans-serif;
	text-align: center;
	font-size: 3em;
	}

figure {
	width: 506px;
	border: 2px solid blue;
	padding: 5px;
	float: left;
	}

figcaption	{
	color: blue;
	text-align: center;
	font-family: "Lucida Handwriting", "Times New Roman", sans-serif;
	font-size: 1.25em;
	}

body{
	background-color: #eaeaea;
	}
		
p	{
	color: blue;
	font-family: "Times New Roman", sans-serif;
	font-size: 1.10em;
	padding-top: 3.75px;
	}