     BODY {
          font-family: Sans-Serif;
          font-size: small;
          color: black;
	  background-color: #ffffc0;
          text-align: center;
	  margin-left: 5%;
	  margin-right: 5%;
     }

     H1 {
          font-size: large;
          color: red;
     }

     H4 {
          font-size: medium;
          color: blue;
     }

     H5 {
          font-size:small;
     color: blue;
     }

     H6 {
          font-size: xx-small;
          color: purple;
     }

     P {
          text-align: left;
     }

     UL {
          text-align: left;
     
}
a:link {color:red}
}
a:visited {color:black}
}
a:active {color:blue}
}
a{text-decoration:none;}

}