.navigation {
	font-family: "Comic Sans Ms";
	font-size: 16px;
	font-weight: bold;
	color: #CC5B23;
	padding-top: 20px;
	padding-left: 20px;
}
.navigation a {
	font-family: "Comic Sans Ms";
	font-size: 16px;
	font-weight: bold;
	color: #CC5B23;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CC5B23;
}
.navigation a:hover {

	font-family: "Comic Sans Ms";
	font-size: 16px;
	font-weight: bold;
	color: #FBF27D;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CC5B23;
}
.body {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-weight: bold;
	color: #CC5B23;
	padding: 20px;
}
.images {
	border: 2px dashed #CC5B23;
}
