/* LABDA CSS Style Sheet */

/*
    Main Page Title: Comic Sans MS 36 Pt
    Body Text: Comic Sans MS 13.5 pt
    Sub Headings: Comic Sans MS 18 pt
    
*/

.heading, .text, .subheading, .mail { font-family:comic sans ms; color:black; }
.heading { font-size:36pt; font-weight:bold; text-align:center; }
.text { font-size:13.5pt; }
.subheading { font-size:18pt; font-weight:bold; text-align:center; }
.charity { font-family:arial; color:black; font-size:13.5pt; text-align:center; }
.mail { font-size:13.5pt; color: rgb(0, 102, 204);}
