body {
margin: 0px 0px 0px 0px; 
background: #FFFFFF; 
background-repeat: repeat;
background-image: url(Eggs.png);
background-attachment: fixed;
font-family: tahoma; 
font-size: 12pt;
color: #000000; 
text-align: center; 
}

a, a:visited, a:active { 
color: #AD48BC; 
font-weight: bold; 
text-decoration: none; 
}

a:hover { 
color: #DD346A; 
font-weight: bold; 
text-decoration: none; 
}


.header { 
background: #7FDEF8; 
border-bottom: 1px double #000000; 
font-family: tahoma; 
color: #328DA4; 
font-size: 12pt; 
font-weight: bold; 
text-transform: none; 
letter-spacing: 2px; 
text-align: center; 
width: 75%; 
padding-left: 5px; 
padding-bottom: 3px; 
margin: auto;
}

#content {
    text-align: center;
    justify-content: center;
    position: relative;
    top: 75px;
    width: 70%;
    min-width: 800px;
    margin: auto;
    line-height: 1.5;
    border-width: 3px;
    border-color: #F29FB1;
    border-style: dotted;
    background-image: url(easter26bkg.png);
}

td
{ 
font-family: tahoma; 
font-size: 12pt; 
color: #000000;
padding: 2px;
text-align: center;
}

table {
margin: auto;
}

input, textarea { 
font-family: tahoma; 
font-size: 12pt; 
color: #000000; 
border: 2px solid #000000; 
background: #ffffff; 
text-align: center;
}


ul { 
	display: inline-block; 
	text-align: left; 
	}

.itemflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  justify-content: center;
align-items: center;
}

.itemdiv {
  flex: 0 0 auto;
}

.iteminfo {
  border: none;
  max-width: 100%;
  padding: 6px;
  text-align: center;
}


.itemdiv span {
  display: block;
  font-family: tahoma;
  font-size: 10pt;
}