body {
	background-color : #FFF7EE;
	margin: 8px;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #2F67CF;
}
td {
	padding: 10px 2px;
}
.section1 td {
	padding-bottom: 0;
}
.section2 td {
	padding-top: 0;
}
a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #2F67CF;
}
a:hover, a:active {
	color: #CF002F;
}
.InspirationGuides a {
	color: #2f67cf;
}
a img {
	border: 0;
}
.section2 a {
	font-weight: normal;
}
.small a {
	font-weight: normal;
	text-decoration: underline;
	color: gray;
	font-size: 100%;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #7A2A2B;
	letter-spacing : 1px;
	padding: 6px 0 0 0;
}
.subtitle {
	color: black;
	margin: 0;
}
.small {
	color: gray;
	font-size: 0.8em;
	font-style: italic;
}
.new {
	color: #CF002F;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}
.note {
	color: #404040;
	font-size: 0.8em;
}
hr {
	border-top: 1px solid white;
	border-bottom: 1px solid #7A2A2B;
}

