#topbar-container {
  background: url(topbar-purple-background.png) repeat-x;
}
#topbar {
  background: url(topbar-purple-lines.png) no-repeat;
  height: 30px;
}
h1 {
  color: #663399;
}
a:link, a:active, a:visited {
  color: #663399;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
