body           {
                   background-color: blue;
 }



section#header {
                Font-family: helvetica;
                color: #FFFF00;
                text-decoration: underline;
                font-size: 150%
                }

div#content {/*for text part of introduction*/
             background-color: yellow;   
             font-family: Helvetica sans-serif;
                color: blue;
             font-size: 120%;
                
                padding: 30px;
                margin: 50px;
                border: 2px solid blue;
                
                
                
                
                 
                 }

}
body {
       background-color: blue;
     }
h1,h2 { 
       text-align: center;
       text-decoration: underline;
      }

#Frank {/*paragraph which contains photo of Frank*/
       float:right;
        text-align: center;
        text-decoration: underline;
        
}
#BillandJim {/*contains photo of Bill and jim*/
               float:right;
               text-align: center;
               text-decoration: underline;
}
#SunFlyerintro  {/*for photo and text*/
                    font-family: helvetica sans-serif;
                    color: #FFFF00;
                   text-align: center;
                   text-decoration: underline;
}
     
img {
    
    vertical-align: bottom;
     border: 1px solid blue;
     width: 150px;
     margin: 20px;
   
      
          border: 1px solid blue;
   }
#Josh   {/*contains photo of Josh*/
        float:right;
        text-align: center;
         text-decoration: underline;
}

#links  {/*contains links at bottom of page*/
         text-align: center;
}
li  {
     list-style-type: square;
     }                     
                
em {
     text-decoration: underline;
     }
a    { 
       color: #990000;
       font-style: italic;
        }
        a:visited { 
     color: #000099;
               }

a:hover  {
            background-color: aqua;
          }