body {font-family: verdana;
  background-color:#aab;
  }
hr {color:orange;
}
h1 {color: blue;
  font-size: 44px;
  text-align: center;
  font-family: arial;
  border: 5px solid white ;
}
h2 {color:yellow;
  font-size: 36px;
  border-width:5px;
  border-style:dotted;
  border-color:pink;
  border-left:10px double green;
  border-right:10px solid green;
  border-radius:12px;
}
p {color:red;
  margin-left:50px;
  font-size: 28px;
  margin: 0px, 20px, 0px, 20px;

}
a {color:black;
  font-size: 28px;
}

a:hover {color:pink;
  font-style:italic;
}
a.q {color:green;
  font-size:40px;
}
a:hover.myq {color:gray;
  text-transform:uppercase;}


 