.darkbody {
  background-color: black; 
   margin-bottom: 0px; 
      padding-bottom: 0px; 
      border-radius: 0px; 
      font-family: Verdana, sans-serif; 
      font-size: 20px; 
      font-style: normal; 
      font-weight: 400; 
       
}

.lightbody {
  background-color: white; 
   margin-bottom: 0px; 
      padding-bottom: 0px; 
      border-radius: 0px; 
      font-family: Verdana, sans-serif; 
      font-size: 20px; 
      font-style: italic; 
      font-weight: 400; 
      
}

.blueheading {
  color: white;
  text-shadow: powderblue 6px 6px;
  font-family: verdana;
  font-size: 100%;
}

.redheading {
  color: white;
  text-shadow: Red 6px 6px;
  font-family: verdana;
  font-size: 100%;
}

.plainheading {
  color: Black;
  font-family: verdana;
  font-size: 100%;
}

.plain {
  color: white;
  font-family: verdana;
  font-size: 40%;
  text-align: center; 
  text-decoration: none;
}

  .tiny {
  color: black;
  font-family: verdana;
  font-size: 6px;
  text-align: center; 
  text-decoration: none;
}

.redecho {
  color: red;
  text-shadow: white 6px 6px;
  font-family: verdana;
  font-size: 40%;
  text-align: center; 
  
}

.plain:visited {
  color: black;
  font-family: verdana;
  text-align: center; 
  text-decoration: none;
}

a:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: black;
}

.list {
  list-style-type: circle;
  list-style-position: inside;
}
