@font-face {
  font-weight: normal;
  font-style: normal;

}

/* unvisited link */
a:link {
    color: red;
  }
  
  /* visited link */
  a:visited {
    color: blue;
  }

  /* mouse over link */
a:hover {
    color: lightskyblue
  }
  
  /* selected link */
  a:active {
    color: lightcoral;
  }

h1 {
  color: red; 
  font-family: 'cloister_blacklight', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;  
}

h2 {
  color: red; 
  font-family: 'cloister_blacklight', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;  
}

h3 {
  color: red; 
  font-family: 'cloister_blacklight', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;  
}

body {
    background-color: black;
    font-size: 18px; 
    color:orangered;
    /* font-family: "consolas"; sans-serif; */
    font-family: 'Verdana', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;      
  }

div {
    background-color: #5555;
    color:orangered;
    border-style:outset;
    border-width:10px;
    border-color: grey
    border-radius:10px;
    padding: 10px;
    font-size: 18px;    
}

