p.title {
  color: #CCCCCC;
}
p.h1 {
  color: #CCCCCC;
  font-size: 10pt;
  font-weight: bold;
}
p.h2 {
  color: #CCCCCC;
  font-size: 18pt;
  font-weight: bold;
}
p.b1 {
  color: #000000;
  font-size: 10pt;
}
a {
  color: #CCCCCC;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
img {
  border: 0px;
}
img.mlink {
  border: 3px solid #555555;
}
img.glinks {
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: 3px solid #555555;
}
img.glinks:hover { opacity: 1.0; filter: alpha(opacity=100); }
img.main {
  border: 10px solid #222222;
}