p {
  font-family: Quicksand;
  font-size: 1.6em;
  margin-left: 20px;
  margin-right: 20px;
}
.noticebold {
  color: rgb(104, 15, 71);
  font-family: Quicksand;
  font-size: 1.1em;
}
img.top {
  padding-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}

li {
  font-family: Quicksand;
  font-size: 1.6em;  
  padding-bottom: 5px; 
  color: rgb(3, 0, 2); 
}

 

a:link {
  color: #000099;
}
a:visited {
  color: #9999ff;
}
a:hover {
  color: #ff3300;
}
a:active {
  color: #ff3300;
}

a {
  font-family: verdana, sans-serif;
  font-size: 1em;
}

body {
  margin-left: 1.4em;
}
p.bold{
  font-weight: bolder;
}
p.date {
  margin-top: 10px;
  text-align: left;
  font-size: 30px;
  color: #ff3300;
}
p.blocktext {
  text-align: center;
  font-size: 30px;
  margin-bottom: -20px;
  color: #a5c7e8;
}
p.darker_blocktext {
  text-align: center;
  font-size: 30px;
  margin-bottom: -20px;
  color: #c66643
}
p.indent {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: -0.8em;
  color: #000000;
}
p.center {
  text-align: center;
  color: #d53a1f;
  font-size: 2.0em;
}
p.author {
  margin-left: 30px;
  margin-top: -0.8em;
  color: #1b4c77;
}
p.smallblocktext {
  text-align: center;
  font-size: 1.5em;
  margin-top: -20px;
}

p.purpose_text {
  font-weight: bolder;
  background: rgb(254, 254, 254);
  color: rgb(0, 0, 0);
  font-size: 1.6em;
  
}
p.quoted {
  font-size: 1.5em;
  text-align: left;
  color: #872f07;
  margin-left: 20px;
  margin-right: 20px;
}

p.emphasis {
  text-align: center;
  font-size: 2em;
}

p.todaysdate {
  text-align: left;
  font-size: 15px;

  padding-right: 100px;
}

.redfont {
  color: #fb0303;
   
   
}

.quitebold {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1em;
}
.smallredfont {
  color: #d53a1f;
  font-size: 1em;
}

.quote {
   
  color: #310d80;
  font-family: "Roboto";
   
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
