 .event{border-color: #000066;
        border-width: 2px;
        border-style: solid;
        padding: 10px;
        margin: 10px;
        font-size: 100%;
       }
             
             
 .event_title{display: block;
              text-align: center;
              text-decoration: underline;
              /*background-color: #000066;
              color: #ddddff;*/
              font-size: 120%;
              }
              
.organiser{display: block;
              text-align: center;
              font-style: italic;
              /*background-color: #000066;
              color: #ddddff;*/
              }  
              
 /*.event_image{float: right;
             }   */           
              
 .event_description{
                   font-size: 80%;
                   }   
                   
 .start_time{font-weight: bold; font-size: 80%;}
 .end_time{font-weight: bold; font-size : 80%;}
  
   .event_cost{font-size: 80%;
               }
  
  .event_contact{display: block;
                     font-size: 80%;
                   }  
                   
 br{clear: both;}         