body   {background-color: blue;
        font-family:  Helvetica  Arial  Sans-serif;
          color:  #0000F9;
         font-size: 125%;
          }
div#crew {/*coding of text*/
          background-color: #f9f900;
           
          padding: 20px;
          border: 1px solid red;
          margin: 20px;
          }
h1          {
             text-align: center;
             text-decoration: underline;
             }
img {
     
     width: 275px;
    border: 1px solid blue;
    vertical-align: top;
    margin: 3px;
      }
section#photos  {/*coding photos*/
            padding: 20px;
            margin: 5px;
           border: 2px solid blue;
          }
p#happy {/*bottom text*/
          text-align: center;
          font-style: italic;
          font-weight: bold;
          color: red;
          font-size: 120%;
          
          }
em   {
 text-align: center;
   font-style: bold;
          color: red;
          font-size: 120%;
          padding: 20px;
          margin: 50px;
         
           }
p.crew  {
         padding: 20px;
         margin: 5px;
         
        }
li   {
       list-style-type: number;
       font-style: italic;
       text-decoration: underline;
}
a:hover   {
               background-color: aqua;
}
a     {
           font-style: italic;
}


}
li   
          