.galleryCell1
{
 /* These attributes apply to every odd-numbered cell, or the first of the alternating
    table row colors. Do not rename the ".galleryCell1" or it won't work. */
 vertical-align: center;
 text-align:     center;
 background:     #26246d;
}

.galleryCell2
{
 /* These attributes apply to every even-numbered cell, or the second of the alternating
    table row colors. Do not rename the ".galleryCell2" or it won't work. */
 vertical-align: center;
 text-align:     center;
 background:     #3a3694;
}

/* You can change or remove any of the below attributes. */

h1
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:   24px;
 font-weight: bold;
 color:       purple;
 text-align:  center;
}

p
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:   12px;
 text-align:  center;
}