body {
	margin: 0;
	padding: 0;
	/*font-size: 12px;*/
	background-color: #ffffff;
	font-family: georgia, times, serif;
	background-image: url(images/topcolor.png);
	background-repeat: repeat-x;
}

a {
	color: #8397D7;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #3337D7;
}

a.sidebar {
	color: white;
}

a.sidebar:hover {
	color: #DDDDDD;
}

.indexlink {
	font-size: larger;
}

h1 {
	color: #617375;
}

h2 {
	color: #617375;
}

.longparagraph {
	text-align: justify;
	text-indent: 4ex;
}

.attendantname {
	font-size: 1.5em;
}

.question {
	font-weight: bold; 
	font-size: 1.2em;
}

.guestbookentry {
	border: 0px none #8397D7;
	border-bottom: 1px solid #8397D7;
    margin: 20px;
	padding: 15px;
}

.datetime {
	text-align: right;
	letter-spacing: 3px;
	font-size: 10px;
}

.guestbookinput {
	font-family: georgia, times, serif;
}