       body {
              font:10pt Verdana;
              margin-left:7%;
              margin-right:7%;
	       background-image: url(book.jpg);
       }


       p.title {
                 font-family: "Times New Roman";
                 font-size: 3em;
                 font-weight: bold;
                 text-transformation: capitalize;
                 text-align: center;
                 margin-top: 1em;
                 margin-bottom: 0;
                 color: blue;
             
       }

       p.author {
                  font-family: "Times New Roman";
                  font-size: 1.4em;
		    font-style: italic;
                  text-align: right;
                  margin-top: 0;
                  margin-bottom: 1em;
       }
       
       p.speech {
                  margin-left: 5%;
                  margin-top: 0.5em;
                  margin-bottom: 0;
                  text-indent: -1em;
                  font-family: verdana, sans-serif;
                  }

       p.comment {
                   margin-top: 1em;
                   margin-bottom: 1em;
                   font-family: verdana, Sans-Serif;
                   font-style: italic;
                   }

      
	P#thefirst:first-letter { 
		font-family: serif;
		font-style: normal;
		font-size: 300%;
		font-weight: 800;
		float: left;
				
      	} 

	P#thefirst:first-line { 
		text-transform: uppercase 
	}
  	


	p.button {
		text-align: right;
	}	

	img.ilustr {
		float: right;
		width: 60%;
	
	}
				


	:link, :visited {
		text-decoration: none;
	}


	:active, :hover, :focus {
		font-weight: bold;
	}

