 body {
  background: #ffffff;
  font-family: "courier new";
  color: #000000;
}

a:link {color:#000000;}
a:visited {color:#000000;}

h1 {
font-size:50px;
font-weight: 900;
}

h2 {
font-size:40px;
font-weight: 900;
}

h3 {
font-size:35px;
font-weight: 900;
}

h4 {
font-size:30px;
font-weight: 900;
}

.menu {
font-size: 40px;
font-weight: 900;
}

.menu:hover {
text-decoration:none;
}

.menu:active {
color:#ffffff;
}

.pimg {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

.stuff {
  margin: 0 auto;
  width: 50%;
  text-align: justify;
  font-size: 18px;
 

}

.imggrid {
  display: block;
  margin: auto;
  width: 90%;

}

