body { 
	font-family: arial;
	font-size: 12px;
	color: #A52A2F;
	background: #FFFFA0;
}

td {
	font-family: arial;
	font-size: 12px;
	color: #A52A2F;
}

a { text-decoration: none; }

a:link { color: #0000FF; }

a:active { color: #FF0000; }

a:visited { color: #990099; }

a:hover { color: #006633; }

p { text-align: justify; }

#header {
	height: 100px;
	padding: 5px;		
}
#header h1 { font-size: 25px; font-weight: bold; text-align: center; margin: -0.75em 0px -0.75em 0px; }
#header h2 { font-size: 12px; font-weight: normal; text-align: center; margin: -0.75em 0px -0.75em 0px; }

#main {
	padding-bottom: 5px;
}
#main h1 { font-weight: bold; font-size: 15px; white-space: nowrap; }

.review {
	text-indent: 1em;
	font-size: 90%;
	text-align: justify;
	padding: 3px 40px 3px 3px;
}

.reviewer {
	text-align: right; 
	font-size: 90%;	
	padding: 3px 40px 3px 3px;
}

.reviewer:first-letter {
	font-size: 100%;
}