.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CCCCCC;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: underline;
	color: #CCCCCC;
}
img.right {
	float : right;
	margin : 0 0 5px 10px;
	border: thin;

}

img.left {
  float : left;
  margin : 0 10px 5px 0;
}