body 
{ 
	padding: 0px;
	margin: 0px;	
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background: #330033;
}
#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 2px;
	background: #FFC4F9;
	
}
.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. */
 
 text-align:     center;
 background:     #ffd9fb;
 font-size: 10pt;
}

.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. */
 
 text-align:     center;
 background:     #ff9ff5;
 font-size: 10pt;
}

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

table {
	background: #FFC4F9;
}

h1 {
	text-align: center;
	font-size: 24pt;
	margin: 0px;
	color:       purple;
}

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

a {
	color: black;
}

img {
	border: 0px solid black;
}

