body {
  background-color: black;
}

h1 {
  color: blue;
  text-align: left;
    font-size: 20px;
  font-family: verdana;

}

h2{
  color: red; 
  text-align: left;
  font-family: verdana;
  font-size: 20px;  
}

p {
  font-family: verdana;
  font-size: 20px;
  color: white
}

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

a:visited {
    color: yellow;
    text-decoration: none;
}

h3 {
  font-family: verdana;
  font-size: 20px;
  color: red;
  border-style:dotted;
  border-color:blue
}