.menuitem {
  width: 200px;
  height: 50px;
  text-align: left;
  font-size: 20;
  font-weight: bold;
}

#menupic {
  margin-bottom: 20px;
}

.menu {
  float: left;
  margin-right: 20px;
}
      
.header {
  font-size: 32;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

a.menulink {
  text-decoration: none;
  color: blue;
}

a.menulink:visited {
  color: blue;
}

body {
  background-color: #E6F0FA;
}

.newsdate {
  font-weight: bold;
  text-decoration: underline;
}

.b {
  font-weight: bold;
}

p {
  text-indent: 2em;
}