/* General styles */
body
{
  margin:20px 20px 20px 20px;
  color:#303030;
  background:#ddd;
  background-image:url(pigback2000.jpg);
  font-family:Verdana,sans-serif;
}

#main
{
  border:1px solid black;
  padding:5px;
  background: #FFFFF0;
}

a:link    { color:rgb(51,102,153); text-decoration:none }
a:visited { color:rgb(51,102,153); text-decoration:none }
a:active  { color:maroon }
a:hover   { color:red }

img      { border:0 }

h2           { font-family:Verdana,sans-serif; font-weight:normal; font-size:large; }

.title
{
  color:black;
  font-family: Times,serif;
  font-weight: bold;
  vertical-align: text-top;
  text-align: left;
  font-size: 18pt;
  margin-bottom: 0em;
  margin-top: 0em;
}

.review, .reviewer
{
  background; red;
  margin-left:3%;
  margin-right:3%;
  margin-bottom: 0px;
  font-size: 12pt;
}

.xreview, .xreviewer
{
  margin-left:5%;
  margin-right:10%;
  margin-bottom: 0px;
  font-size: 10pt;
}

.reviewer, .xreviewer
{
  border-top: thin #FFE0C0 solid;
  font-style:italic;
  margin-top: 0px;
  text-align: right;
}

.meet
{
  border-bottom: thin #FFE0C0 solid;
  margin-bottom: 0.5em;
}

.graphic
{
  float: right;
  margin: 0 0 0 3%;
}


