a:link {
	text-decoration: none;
	color: #C51D00;
}
a:visited {
	text-decoration: none;
	color: #B71300;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #8DD924;
	width: 800px;
	margin: 20px auto 50px;
}

/* Begin Images */
p img, img {
	padding: 0;
	max-width: 100%;
	border: none;
	}
.clear {
	clear: both;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 5px 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 5px 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */
