BODY
{
	color: #000000;
	background: #ffff77;
}

A:link
{
	color: #0000ff;
	font-weight: bold;
}

.introheader
{
	background: #ffff00;
	margin-left: 20%;
	margin-right: 30%;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 2px #ffff11;
	border-style: outset;
	border-top-width: 0px;
	border-left-width: 0px;
}

.intro
{
	background: #ffff88;
	text-align: center;
	font-style: italic;
	margin-top: 0px;
	margin-left:  20%;
	margin-right: 30%;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px #ffff77;
	border-style: outset;
	border-top-width: 0px;
	border-left-width: 0px;
}

.notes
{
	width: 25%;
	float: right;
	padding: 0px;
	border: solid 1px #0000ff;
	background: #ffffff;
	color: #0000ff;
}

.notes H2
{
	text-align: center;
	font-size: 1.1em;
	border: solid 0px;
	border-bottom-width: 2px;
	margin: 0px;
	padding: 4px;
}

.notes P
{
	font-size: 0.8em;
	font-family: cursive;
	border: solid 0px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	margin: -1px 2px -1px 10px;
	padding: 2px;
}

.date
{
	font-family: cursive;
	text-decoration: underline;
	text-align: center;
	background: #ffff00;
	color:      #666666;
	font-size: .75em;
	padding-bottom:  40px;
	border:     1px solid #000000;
	margin-left: -10px;
	width: 15%;
}

.contentheader
{
	background: #ffff99;
	font-family: cursive;
	font-size: 1.5em;
	padding: 0px 0px 10px 10px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: -10px;
	width: 25%;
	border: 1px solid;
}

.content
{
	text-align: left;
	background: #ffff99;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 0;
	width: 75%;
	color: #000000;
}

.content P
{
	padding-left: 10px;
}

.content H3
{
	text-align: center;
	background: #ffffaa;
	font-family: cursive;
	width: 20%;
}

.footer
{
	color: #000000;
	text-align: center;
	font-size: .75em;
	font-family: monospace;
}

.center
{
	text-align: center;
}

HR.separator
{
	width: 60%;
}

.extra
{
	font-style: italic;
	text-align: right;
	color: #666666;
}

.content A
{
	border: solid 1px #cccccc;
}

.content A:hover
{
	background: #0000ff;
	color: #ffffff;
	border: solid 1px #000000;
}

