body {
      background-color: blue;
     }
div#content{/*coding for text etc */
       background-color: yellow;
       font-family: Helvetica sans-serif;
       font-size: 125%;
       color: blue;
       padding: 50px;
       border: 10px ridge yellow;
       margin: 1px;
       }
h1,h2  {
     text-align: center;
     color: #0000f9;
     text-decoration: underline;
   }
  
                   
em {
     color:red;
      }
blockquote {/*explanatory coding for blockquote*/
             padding: 30px;
             margin: 30px;
             border: 0.5px solid blue;
             background-color: #d9d9d9;

             font-family: Arial;
             color: blue;
            }
a:hover  {
          background-color: aqua;
    }
a   {
      font-style: italic;
      font-weight: bold;
    }
img {
              width: 175px;
              border: 1px solid blue;
}
              
            
              
 .photos  {
          text-align: center;
          text-decoration: underline;
          float: right;
}             
             




