.topnav { 
  width: 100%;
  margin: 5px;
  border-style: ridge;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-width: 0px;
  border-top-color: blue;
  border-bottom-color: blue;
  text-align: center;
  padding: 5px;
}
.navitem {
  text-decoration: none;
  padding: 5px;
}
.navcuritem {
  background: #6B84C7;
  padding: 5px;
}
.pageheader {
  margin: auto;
  text-align: center;
}
div.footer {
  border-style: ridge;
  border-top-width: 2px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-color: blue;
}
div.hostcredit {
  border-style: ridge;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-color: blue;
  align: center;
}
p.hostcredit {
  padding: 0px;
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  text-align: left;
}
p.copyright {
  padding: 0px;
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}
div.event {
  padding: 5px;
  margin: 5px;
  width: 100%;
  border-style: ridge;
  border-top-width: 3px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-color: blue;
}
p.event {
  padding: 0px;
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  text-align: left;
}
