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

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

.center
{
	text-align: center;
}

H1
{
	font-family: cursive;
	text-decoration: underline;
}

.segue
{
	text-align: center;
	font-size: 5em;
}

PRE
{
	font-size: 1.2em;
	background: #ffffff;
	border-style: groove;
	width: 60%;
	padding: 4px;
}

HR.separator
{
	width: 60%;
}

.contentheader
{
	color: #cccccc;
	background: #0000ff;
	text-align: right;
	text-decoration: underline;
	font-family: cursive;
	font-size: 1.5em;
	width: 80%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	border: solid 4px;
}

.image
{
	border: none;
	position: float;
	right: 90px;
	top: 25%;
}

.footer
{
	color: #000000;
	text-align: center;
	font-size: .90em;
	background: #9999ff;
	font-family: monospace;
}

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

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

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