body {
      background-color: blue;
      font-family: helvetica arial sans-serif;
      font-size: 120%;
      }
div#divsummary {/*upper part of page with text and photo*/
                   background-color:  #f9f900;
                   padding: 125px;
                   border: 2px  solid blue;
                   margin: 50px;
                  
                   text-align: left;
                   text-size: 110%;
                   color: #0000f9;
                   
                 
                   
                 }
h1, h3 {
        text-align: center;
         text-decoration: underline;

        }

img {
            
            float: left;
            width: 200px;
            border: 1px solid blue;
            margin: 35px 20px 20px 20px;
            vertical-align: top;
           
            
}
 li    {
            list-style-type: square;
            
}
#best   {/*paragraph about the best of times*/
          padding: 3px:
          margin: 5px;

         }
a   {
          font-style:  italic;
}
a:hover  {
          background-color: aqua;
}

caption  {
           font-size: 125%;
           font-weight: bold;
           padding-bottom: 10px;
           padding-top: 10px;
           background-color: #d9d9d9;
          }
 tr, td {
              border: 1px solid blue;
               text-align: right;
               padding: 5px;
               margin: 0px;
                
}
th  {
      text-align: center;
      padding: 10px;
      border: 1.5px solid blue;
}
table   {
           
          
           border-collapse: collapse;
           
        }
tr:nth-child(odd)    {
                            background-color:  #a4f900;
                         } 
tr:nth-child(even)   {
                       background-color: white
                    }
 
                
}                  
#SunFlyerintro  {/*for photo and text*/
                   text-align: center;
                   text-decoration: underline;
}
li  {
     list-style-type: square;
     }                     
