<!-- 

body, td, p {
        background: white;
        font-family : Verdana, Arial, "Comic Sans MS", Helvetica, sans-serif;
        font-size : 11pt;
        color: black;
}

h1, h2, h3 {
            font-family : Verdana, Arial, "Comic Sans MS", Helvetica, sans-serif;
            font-weight : bold;
}

h1  { font-size: 18pt; color: red; text-transform: uppercase; text-align: center; }
h2  { font-size: 13pt;}
h3  { font-size: 11pt;}

body.title {background: black;}
table.title {background: black;}
td.title { font-family : Verdana, Arial, "Comic Sans MS", Helvetica, sans-serif;
           font-size: 18pt; 
           color: white;
           background: black;
           border-spacing: 0;
         }

span.title_photo { font-family : Verdana, Arial, "Comic Sans MS", Helvetica, sans-serif;
                   font-size: 14pt; 
                   color: white;
                   background: blue;
                  }

--> 

