* {
	font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.Background {
	background-image: radial-gradient(
    circle at center,
    black 0.25rem,
    transparent 0
  ), radial-gradient(circle at center, black 0.25rem, transparent 0);
  background-size: 1.3rem 1.3rem;
  background-position: 0 0, 0.65rem 0.65rem;
  background-repeat: round;

}
.Class1 {
	background-color: white;
	border-style: double;
	width: 900px;
	height: 500px;
}

.Class2 {
	border-style: double;
	width: 900px;
	height: auto;
	background-color: white;
}

#quote1 {
	font-size: 10px;
}

 nav {
            background-color: #444;
            color: #fff;
            padding: 10px;
            text-align: center;
			border-style: dashed;
        }
        nav a {
            color: #fff;
            text-decoration: none;
            margin: 0 10px;
        }