body {background-color: lightgreen}
p {color:blue;
font-family: arial}
h1 {color: red;
font-family: Consolas;
font-size: 25px;
text-align: center;
background-color: lightblue;
border-style: solid;
border-color: blue;
margin-right: 350px;
margin-left: 350px}
a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: violet;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: green;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
a:active { color: yellow;
  background-color: transparent;
  text-decoration: none;}
 
  
  p2 {color: blue;
font-size: 30px
  }
