h1   {
  font-family: "Times New Roman",Times,serif;
  font-size: 40px;
  font-weight: bold;
  color: black;
  margin-top: 5px;
  text-align: center;
}  
h2   {
  font-family: "Times New Roman",Times,serif;
  font-size: 30px;
  font-weight: bold;
  color: black;
  margin-top: 5px;
  text-align: left;
}   
body {
  font-family: Arial, Tahoma, sans-serif ;
  margin: 25px;
  background-color: #effbfb;
  color: blue;
  font-size: 28px;
  font-weight: bold;
}
* { font-family: arial !important }
a:link {
        color: purple;
}  
a:visited {
        color: green;
}
a:hover {
        color: hotpink;
}

 
