.title {
	color: #000000;
	background-color: #CCCCFF;
}

.nav a.index {
	color: white;
	background-color: #999999;
}

.nav a.index:visited {
	color: white;
}

.nav a.index:active {
	color: white;
}

.content div {
	margin: 2em;
}

.entry {
	padding-left: 4em;
	padding-right: 4em;
}

.entry p {
	text-indent: 2em;
}

.entry h1 {
	font-variant: small-caps;
	text-align: center;
	font-size: medium;
}

.entry img {
	text-align: center;
	}

.date {
	font-family: cursive,
		     times new roman,
		     arial,
		     helvetica;
	font-style: italic;	
}

.signature {
	font-family: cursive,
	             times new roman,
		     arial,
		     helvetica;
	font-style: italic;
	text-indent: -4em;
}

div.divider {
	height: 15px;
	background: url("blockrule.png") no-repeat scroll center;
}

div.divider hr {
	width: 60%;
	height: 15px;
	display: none;
}

body {
}
