﻿/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #333333;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Rockwell;
	border-top: 2px solid #4e484d;
}

/* Main Content */

a, a:link, a:visited
{
	color: #566453;
}
a:hover
{
	color: #D9B162;
	text-decoration: underline;
}

#content 
{
	margin-top:1em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

/* Thoughts */

.thoughts h4
{
	font-family: Lucida Handwriting;
	font-weight: bold;
}
.thoughts p
{
	font-family: Lucida Handwriting;
	font-size: 11pt;
}

/* Side Borders */
.sideborder
{
	border-left:solid 1px #54634E;
	border-right:solid 1px #54634E;
}