body
{
	margin: 0px;
	padding: 0px;
	background-color: #772A07;
}
#mainContentArea
{
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	width: 800px;
	margin: 0 auto;
	padding: 5px;
}
#title
{
	text-align: center;
	margin: 0px;
}
#strapline
{
	margin: 0px;
	text-align: center;
	font-style: italic;
}
#navigation
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
#content
{
	border: thin solid #050300;
	background-color: cornsilk;
	padding: 5px;
}
#footer
{
	font-size: 0.5em;
	font-style: italic;
	color: whitesmoke;
	text-align: center;
}
#navigation a:link
{
	text-decoration: none;
	border-bottom: 1px dashed white;
	color: white;
}
#navigation a:visited
{
	text-decoration: none;
	border-bottom: 1px dashed white;
	color: white;
}
#navigation a:hover
{
	text-decoration: none;
	border-bottom: 1px solid red;
	color: red;
}
.quote
{
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right: 100px;
	font-style: italic;
	background-color: blanchedalmond;
}
.quote P
{
	margin: 0px;
}
div h3
{
	margin-top: 0px;
}
h3
{
	font-style: italic;
	margin-bottom: 0px;
	color: #FF8C25;
}
.character
{
	margin: 5px;
}
.character tr
{
	vertical-align: top;
}
.name
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FF8C25;
	font-size: 1.1em;
	font-weight: bold;
}
.skill
{
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
p
{
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 5px;
}
img
{
	border: 0px;
}
a:link
{
	text-decoration: none;
	border-bottom: 1px dashed blue;
	color: blue;
}
a:visited
{
	text-decoration: none;
	border-bottom: 1px dashed blue;
	color: blue;
}
a:hover
{
	text-decoration: none;
	border-bottom: 1px solid darkblue;
}
.navigation a:link
{
	text-decoration: none;
	border-bottom: 0px dashed blue;
	color: blue;
}
.navigation a:visited
{
	text-decoration: none;
	border-bottom: 0px dashed blue;
	color: blue;
}
.navigation a:hover
{
	text-decoration: none;
	border-bottom: 1px solid darkblue;
}
