body {
	font-family: Palitino, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: white;
p {; 	float: left;
}
h1 {
font-size: 1.5em;
font-weight: bold;
}
h2 {
font-size: 1.3em;
font-weight: bold;
}
h3 {
font-size: 1em;
text-decoration: underline;
font-weight: bold;
}
a:link {
background-color: #FFF;
color: #f63;
text-decoration: none;
}
a:visited {
background-color: #FFF;
color: #91ff6c;
text-decoration: none;
}
a:hover {
background-color: #FFF;
color: #ffff00;
text-decoration: none;
}
a:active {
background-color: #FFF;
color: #fc0;
text-decoration: none;
}
em {
font-style: normal;
font-weight: bold;
}
strong {
font-style: italic;
font-weight: normal;
}
.title {
	margin: 0px;
	float: left;
	width: 325px;
}
.FeatureImg {
	margin: 0px;
	float: left;
	width: 100px;
	margin-right: 75px;
}
.content {
	margin: 0px;
	float: left;
	width: 600px;
}
