body {
  font-family: "Times New Roman", Times, serif;
  background-color:#66CCCC;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

h1, h2 {color: #FF0000;
text-align: center;
clear: both;}

h3 {color: #FF0000;
text-align: left;}

#reviews {border: 1px solid #000000;
padding: 20px;}

.blue {color: #0000CC !important;}


.highlight {background-color:#FFFF00;}

img {float: left;
margin: 5px 15px 15px 0;}

li {
list-style: square;
margin-bottom: 5px;
 }

#page {max-width: 800px;
padding:30px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
)