/* General instructions for font, color, and background */
body {
	font-family: "Times New Roman", Times, serif; 
	color: #004d00;
	margin: 10px;
	background-color: #ccff99;
}

/* Paragraph break height */
p {
	line-height: 1.4em;
}

/* Heading fonts and formats */
h2 {
	font-family: "Times New Roman", Times, serif; 
	color: #004d00;
	font-size: 2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: plain;
}

h6 {
	font-family: "Times New Roman", Times, serif; 
	color: #004d00; 
	font-size: 0.75em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: plain; 
}

/* Margins and alignment for images in the content division */					
#content img {
	padding: 1px;
	float: right;
	margin: 0 0 1em 1em;
}

a {
	text-decoration: none;
}

/* Colors for linked text, before and after being clicked */			
a:link {
	color: #006600;
}

a:visited {
	color: #004d00;
}

/* Page Layout */

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	margin-top: 10px; 
}

/* Layout for divisions containing images and their captions */
#picture {
	padding: 1px;
	float: right;
	text-align: center;
	font-size: 15pt;
	margin: 0 0 1em 1em;
}

/* Layout for alignment of footer */
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer img {
	padding: 10px;
}
