.content-left
{
text-align: left;
padding:4px;
}

.content-middle
{
text-align: center;
padding:4px;
}

.content-right
{
text-align: left;
padding:4px;
padding-left: 8px;
}

ul.features
/* This is the list titled Features on the index page(s) */
{
margin-top: 2px;
margin-left: 15px;
padding-left: 2px;
text-align: justify;
}

ul.tour2list1
/* This is the small list on the tour2 pages listing our unique picture features */
{
margin-top: 8px;
margin-left: 15px;
padding-left: 2px;
text-align: justify;
}

td.justifycell
/* A generic class to justify a cell's contents */
{
text-align: justify;
}