img.pic-border {
  border: #993366 3px solid;
}
.programlink {
  color: white;
  font-weight: bold;
}
a {
  text-decoration: underline;
  color: #eeccee;
}
a:link {
  text-decoration: underline;
  color: #eeccee;
}
a:hover {
  text-decoration: underline;
  color: white;
}
a:visited {
  text-decoration: underline;
  color: #eeccee;
}
a.menulink:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #eeccee;
}
.programlink2 {
  color: white;
  font-weight: bold;
}
a.copyright {
  text-decoration: none;
  color: #4B006E;
}
a.copyright:hover {
  text-decoration: none;
  color: #4B006E;
}