body
    { color: silver; font-size: 18px; font-family: "Poor Richard", sans-serif; background-color: #8b0000; text-align: justify; margin: 10px 4% 50px 10px; border-left: thick none }
div.quote
 { color: silver; font-size: 12px; font-family: "Poor Richard", sans-serif; background-color: #8b0000; text-align: left; padding-bottom: 5px; border-bottom: 2px solid #ffa500; width: 700px; height: auto }

div.photos
{
	font-family: "Eras Medium ITC", sans-serif;
	height: auto;
	background: darkred;
	text-align: center;
	color: silver;
	border-bottom: 2px solid orange;
	padding-bottom: 5px;
}

a
{
	color: orange;
	text-decoration: none;
	font-style: normal;
}

a.nav
{
	color: black;
}

.nav img
{
	width:15%;
	height: 5%;
	margin-top: .5%;
	margin-bottom: .5%;
	margin-left: .5%;
	margin-right: .5%;
}

a:hover
{
	color: green;
}

.hover img
{
	width:50%;
	height: 10%;
	margin-top: .5%;
	margin-bottom: .5%;
	margin-left: .5%;
	margin-right: .5%;
}

div.header
 { font-family: "Courier New", Courier, Monaco; text-align: left; margin-top: 1ex; margin-bottom: 0.5ex }
