BODY { 
  margin: 1em;

  color: #fff; 
  background-color: #330033;
  background-image: url(../site_images/reviews_back.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;

  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.0em;
}


/* The Main IVP Logo point, if necessary */
#siteHead {
  margin: 0em;
  padding: 0em;
  text-align: center;
  float: left;
}

#siteHead img {
  border: 0;
}


/* The Site Area Links */
#siteLinks {
  margin: 0 0.5em 1.5em 0.5em;
  padding: 0.2em;
  border: 0;
  color: #00ff44;
  text-align: center;
}

#siteLinks a:link, #siteLinks a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #00ff44;
  padding: 0em 0.5em 0 0.5em;
}

#siteLinks a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #044;
  color: #00ff44;
  padding: 0em 0.5em 0 0.5em;
}


/* Main Site Content */
.siteContent {
  text-align: left; 
  padding: 0.5em;
  margin: 0.5 em 1.0em 2.0em 1.0em;
  border: 0;
  border-bottom: 2px;
}

.siteContent a:link, .siteContent a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #00ff44;
}

.siteContent a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #044;
  color: #00ff44;
}

#reviewTitle {
  border-bottom: 1px solid white;
  margin: 0.2em;
  text-align: center;
  font-weight: bold;
}

#reviewer {
  margin: 0.2em;
  font-style: italic;
}


#date {
  background-color: #333;
  margin: 0.2em;
}

