body {
	background-color: #cec9fd;
	font-size: 10pt;
	font-family: tahoma, helvetica, arial, sans-serif;
	color: black;
	margin: 0px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #273a63;
	text-decoration: none;
}

.header {
	text-align: center;
	font-size: 18pt;
	color: #94b3ff;
	background-color: #273a63;
	border-bottom: 3px black solid;
	margin: 0px;
	padding: 5px;
}

.contents {

	text-align: center;
}

.comment {
	text-align: left;
	border: 1px black solid;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px; 
	margin-bottom: 10px;
}

.next {
	float: right;
	margin-right: 5px;
	
}

a:next {
	color: #cec9fd;
	text-decoration: underline;
}

.prev {
	float: left;
	margin-left: 5px;
}

a:prev {
	color: #cec9fd;
	text-decoration: underline;
}


.index {
	text-align: center;
}

img {
	border: 1px #637f94 solid;
}

.comments {
	
		text-align: left;
		border-top: 1px black solid;
		margin-left: 30px;
		margin-right: 30px;
		padding: 10px; 
		border-left: 1px black solid;
		border-right: 1px black solid;
	
}

.commentclick {
	margin: 40px;
	
	
}

.commentclick:hover {
	color: #273a63;
}

.commentform {
	border-top: 1px solid black;
	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	
}
