body {
   background-color: FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: black;
}

A:link {
   color: darkblue;
   text-decoration: underline;
}
A:visited {
   color: darkblue;
   text-decoration: underline;
}
A:active {
   color: darkblue;
   text-decoration: underline;
}

.p {
   padding-left: 10px;
   padding-right: 10px;
}

.staggeredtext {
   padding-left: 10px;
   padding-right: 60px;
}

.quote {
   padding-left: 40px;
   padding-top: 20px;
   padding-bottom: 20px;
}

.contact {
   position: relative; left: 30px;
}

.date {
   position: relative; left: 0px;
   font-size: larger;
   font-weight: bold;
}

.venue {
   position: relative; left: 20px;
   font-weight: bold;
   padding-top: 3px;
}

.program {
   position: relative; left: 40px;
   padding-top: 3px;
}

.infotix {
   position: relative; left: 60px;
   padding-top: 3px;
   font-style: italic;
}

