body
{
	margin: 0;
	padding: 0;
	background-color: #ccf;
	font: 0.75em/1.75em "Lucida Grande",Lucida,Verdana,Arial,sans-serif;
	color: black;
}

img
{
	border: 1px solid black;
}

pre
{
	font-size: 1.2em;
}

.image-box-right
{
	float: right;
	text-align: center;
	margin: 15px 0 0 15px;
	font-size: 0.8em;
	line-height: 14px;
}

.image-box-left
{
	float: left;
	text-align: center;
	margin: 15px 15px 0 0;
	font-size: 0.8em;
	line-height: 16px;
}


#content
{
	position: absolute;
	top: 120px;
	left: 10%;
	width: 65%;
	padding: 55px 35px 75px 35px;
	border: 1px solid black;
	border-bottom: 0;
	background-color: #EAE8FF;
	z-index: 5;
}

.entry
{
	margin-bottom: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px dashed #339;
	text-align: justify;
}

h1
{
	text-align: center;
	margin: 0 20% 0 20%;
	padding: 50px 0 50px 0;
	font: 2.5em/1em Georgia,Palatino,"Times New Roman",serif;
	font-style: oblique;
	font-weight: black;
	color: #000;
	font-variant: small-caps;
}

h2
{
	margin: 0;
	padding: 0;
	font: 1.9em/1em Georgia,Palatino,"Times New Roman",serif;
	font-style: oblique;
	color: #006;
	font-variant: small-caps;
}

a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

a.definition
{
	font-variant: small-caps;
}

a:hover, a:active
{
	color: #933;
	border-bottom: 1px dashed #933;
}