 /* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0; 
     padding: 0 10px 0 0;
     border: 0;
}

img {
	border: none;
	margin: 10px;
}

p img {
	float: left;
	margin: 0 4px 0 0;
}


body {
	background: #b25740; /* Sets the background color of the page. */
}

p {
	text-align: left;
}
#bodyDiv {
	text-align: center;
	padding-left: 20px;
}

.textPic {
	float: left;
	margin: 4px;
}

.textPicRight {
	float: right;
	margin: 4px;
}
