body {
	background: transparent;
	}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #875308;
	}

.body-header {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #350000;
	}
	
.reviewer {
	margin-top: 5px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	}
	
.events {
	/* margin-top: -10px; */
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

.comment {
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #641a1a;
	}

.chakra {
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #641a1a;
	}

a:link {
	color: #20214f;
	font-weight: bold;
}

a:hover {
	color: #350000;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #46464f;
}

a:active {
	font-weight: bold;
	text-decoration: underline;

