h1, h2, h3, h4, h5, h6 {
   font-size: 30px;
   font-family: monospace;
   text-align: center;
   color:maroon;
   border-bottom:1px solid rgb(200, 200, 200);
}
body {
   font-family: sans-serif;
   text-align: left;
   margin-left: 120px; 
}
a:link{font-weight:normal; color:#0000FF;}
a:visited{font-weight:normal; color:#e5325e;}
a:hover{font-weight:normal; color:#800000;}
