h1 {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	text-transform: capitalize;
}
.imgRight {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1.5em;
}
p {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}
body {
	background-image: url(brick.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgLeft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
ul {
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1.5em;
}

