table.Main {

border: 2px #228B22 solid;

}

td.Header {

background-color: #FFE4B5;

}

td.Content {

background-color: white;
border-top: 2px solid #228B22;
font-family: Verdana, Arial, sans-serif;
text-align: justify;

}

td.Nav {

background-color: #FFFFF0;
border-right: 2px solid #228B22;
border-top: 2px solid #228B22;
font-family: Trebuchet MS;

}

p {

line-height: 1.5;
font-size: small;

}

a:link {
	color: red;
	  text-decoration: none;

}

a:visited {
  color: red;
    text-decoration: none;

}

a:active {
	color: red;
	  text-decoration: none;

}

a:hover {
	color: green;
	  text-decoration: none;

}

span.quote {

font-family: Trebuchet MS;

}

.header {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
.reviewer {
	color: #777;
	text-align: right;
}