A:link {
          text-decoration: none;
	  color: #008080;
          }

A:visited {
          text-decoration: none;
          color: #6785A0;
             }

A:hover {
          text-decoration: underline ;
           }

BODY {
	  margin-top: 10%;
          margin-left: 10%;
          margin-right: 10%;
	  margin-bottom: 10%;
          background-color: white;
	  font-family: "Bookman Old Style";
        }
