.homePanel {
  width:33%;
  border:thin solid black;
  padding: 1em 0.5em 0.5em 0.5em;
}

.sectionHead {
  text-align:center;
  font-size:1.8em;
  margin-top:1em;
}

.homeNav {
  background-color:#3333ff;
  color:#ffffff;
  margin-top:1em;
  padding:0em 0.2em;
  height:8em;
}

a:visited.homeSectionLink {
  color: #0000ff;
  text-decoration:none;
}

a:link.homeSectionLink {
  color: #0000ff;
  text-decoration:none;
}

a:hover.homeSectionLink {
  color: #0000ff;
  text-decoration:underline;
}

a:active.homeSectionLink {
  text-decoration:none;
}

a:visited.newsLink {
  text-decoration:none;
}

a:link.newsLink {
  text-decoration:none;
}

a:hover.newsLink {
  color: #0000ff;
  text-decoration:none;
}

a:active.newsLink {
  text-decoration:none;
}

.panelLink {
  margin:0.5em
}
