     body {
     	 background-color: rgb(255,255,255);
    	 font-family: Arial;
		 }
      img {
        width: 60%;
        }
      hr {
        height: 2px;
        width: 60%;
        margin-left: 0px;
        margin-right: auto;
        noshade="noshade"
        }	
	  h1 {
        color: rgb(0,0,153);
        font-family: Arial;
        font-size: 40px;
        line-height: 0.4;
        }
      p {
        color: rgb(255,0,0);
        font-family: Arial;
        font-size: 150%;
        line-height: 1;
        }
      a:link {
        color: blue;
        font-family: Arial;
        font-size: 150%;
        line-height: 1.5;
        }
      a:visited {color: purple;}
