     
                
 body  {
         background-color: blue;
}
      
      
 div#content {
              background-color: yellow;  
               margin: 30px 30px 30px 30px;
      font-family: helvetica;
      color: blue;
     
       
                border: medium solid blue;
                padding: 30px;
                
                }
 span#Sunflyer1   {
                    border: small solid blue;
                       }
  h1, h2 {
          
          text-decoration: underline;

          margin: 20px;
          text-align: center;
          }
 
       
   #pullquote {/*pullquote coding*/
               background-color: #d9d9d9;
               font-family: arial;
               color: red;
               font-weight:bold;
               margin-top: 15px;
               margin-right: 10px;
               margin-bottom: 10px;
               margin-left: 10px;
               style: dotted;
               padding: 10px 10px 10px 10px;
               border: 2px dotted black;
               }
 
               
  em {
       
       color:  red;
       
       padding: 1px;
       font-weight: bold;
       
       
       }            
 img  {
       border: 1px solid blue;
       width: 195px;
       vertical-align: top;
       
}  
a:hover   {
             background-color: aqua;
}
a   {
       font-style: italic;
}