﻿.body {
	color: #30200e;
	background-color: #f9f8d0;
	background-image: url('graphics/redwoodoceanpainting.jpg')
}
.main-table {
	align: center;
	color: #30200e;
	background-color: #f9f8d0;
	border: 6px solid #D18A56;
	padding: 2px;
	width: 756px;
}
.secondary-table {
	border: 4px solid #30200e;
}
.heading-cell {
	height: 250px;
	border-bottom: 4px solid #D18A56;
}
.title-cell {
	color: #30200e;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 36px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.text-cell {
	font-family: Cambria, "Times New Roman", serif;
	font-size: 17px;
	padding-left: 4px;
}
.subtitle {
	font-size: x-large;
	font-weight: bold;
	text-align: center
}
.topic-head {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.quote {
	font-size: 15px;
	font-family: sans-serif;
}
.link {
	text-decoration: underline;
	color: #30200e;	
}
.word-emphasis {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}
