body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #008CDE;
}
.tagline {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}
a:link {
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #993366;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
#features  strong {
	color: #663366;
}
