h1{
  color:DarkCyan;
  text-shadow: 1px 1px 0px #000000;
}
#p{
  color: rgb(10, 175, 0);
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  word-spacing: 0.1em;
  text-indent: 25px;
  text-shadow: 1px 0px 1px #000000;
}
a{
  background-color: rgb(218, 4, 0);
  color: black;
  text-decoration: none;
  font-size: 19px;
  font-family: Arial;
  font-style: italic;
}
a:hover{
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
a:visited{
  color: rgb(27, 26, 29);
}
#p:first-letter{
  font-size:135%
}
