body {
	font-family: Serif; 
	background-color: rgba(236,231,195,1.00); 
	padding: 15px; }

p {
	margin-right: 50px;
	text-align: justify; }

h1 {
	text-transform: uppercase;
	font-size: 270%; 
	letter-spacing: .10em;
	border-bottom-style: solid;
	border-width: thin  } 
	
h2 {
	letter-spacing: .02em; }
h3 {
	font-family:Arial, sans-serif;
	font-size: 80%;
	margin-right: 250px;
	margin-left: 80px;
	text-align: center;
	text-align: justify;
	background-color: white;
	padding: 6px;
	opacity: 0.7;
}

a:link {
	color: black;
	text-decoration: none; }
a:visited {
	color: black;
	text-decoration: none; }
a:hover {
	color: white;
	background-color: rgba(107,6,7,1.00); 
	padding: 4px; }
nav {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	background-color: rgba(179,179,179,1.00);
	letter-spacing: .03em;
	padding: 10px; 
	position: fixed;
	bottom: 0; 
	width: 100%;
	z-index: 100; }
ul {
	list-style-type:circle; } 

	
