.entry_list {
   	margin: 0;
   	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: .5em;
}

.index_list{
	margin: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: .5em;
	border-top: solid;
}

.index_entry {
	margin: 0;
	color: black;
}

.name {
   	float: left;
   	margin: 0;
   	width: 33%;
   	text-align: left;
}

.location {
   	float: left;
   	margin: 0;
   	width: 37%;
}

.date {
   	float: left;
   	margin: 0;
   	width: 30%;
   	text-align: right;
}

.comment {
   	clear: left;
   	margin: 0;
	border: solid;
	border-color: black transparent black transparent;
	border-width: 3px 0px 1px 0px;
	padding-bottom: 1em;
	padding-top: .5em;
	text-align: left;
}

.form_label {
	margin: 0;
	text-align: left;
	clear: left;
}

.name_input {
}

.location_input {
}

.date_input {
}

.comment_input {
	width: 25em;
	height: 15em;
	overflow: auto;
}

.hidden {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
   	text-decoration: none;
}

.show {
	color: #000027;
}

.comment_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.admin_link {
	clear: left;
	clear: right;
	margin: 0;
	background-color: pink;
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-top: solid;
	border-width: 1px;
	border-color: black;
}

.backlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	align: center;
}

.captcha_input {
	text-align: left;
	font-size: 110%;
}

.captcha_help {
	font-size: 120%;
}

.intro {
        color: gray;
} 

.entry_header{
	text-align: center;
	font-size: 125%;
}
