@charset "UTF-8";
/* CSS Document */

body {
	font-size: 62.5%;
}

.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	}
	
.body_text-center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	}
		
.review {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.1em;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	margin-top: 1.3em;
	margin-bottom: 0.1em;
	font-style: italic;
	}
	
.reviewer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1em;
	padding-right: 80px;
	padding-left: 10px;
	text-align: left;
	margin-top: 0.1em;
	margin-bottom: 0.6em;
	margin-left: 380px;
	font-style: normal;
	}
	
a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #663300;
	line-height: 1.8em;
	font-weight: 800;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
