a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { color: #993333; text-decoration: none; }
a:hover { border-style: none none solid none; border-width: thin; }

body { 
  background-color: #efefef; 
  background-image: url(../images/grapes.gif);
  background-repeat: repeat-y;
  background-position: right top;
  color: #330000; 
  border-style: none;
  margin-right: 0;
  padding: 0;
  font-family: "Verdana";
}

.notes { font-size: 10pt; }
.rating { font-size: 9pt; }
.rating_header {
  font-size: 9pt;
  font-weight: bold;
  border-bottom: solid 1px black;
}
.focus {
 font-size: 10pt;
 font-weight: bold;
}

.bullet {
  color: #003300;
  font-weight: bold;
}
.copyright { color: 666666; }

.block {
background-color: #ffffff;
border: solid 1px #cc00cc;
padding: 8px;
}

