body
{
background-color: #d5c4a8;
}

.welcome
{
font: constantia, palatino, "times new roman";
font-weight: bold;
font-size: 18pt;
}

.mezzoContent
{
text-align: left;
max-width: 750px;
border: 1px solid #000;
border-radius: 25px;

font: constantia, palatino, "times new roman";
font-size: 16pt;
background-color: #eee;
}

.mezzoHeader
{
text-align: center;

background-size: 100% 100%;

padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
border-bottom: 1px solid gray;
}

.mezzoBody
{
padding: 5px;
background-image:url(images/dandilion.jpg);
background-size: 100% 852px;
background-repeat: no-repeat;
}

.mezzoFooter
{
border-top: 1px solid gray;

padding: 10px;
text-align: center;
color: #999;
font-size: 12pt;
font-style: italic;
}

.contentTitle
{
font-size: 24pt;
}
.contentSubtitle
{
font-size: 18pt;
}
