					/* ---------------------------------------- */
					/* ---- COCKERSPANIEL  ONLINE MAGAZINE ---- */
                                        /* -- ALPHABETICAL LISTING OF ALL NAMES  -- */
					/* ----------- listallpage.css ------------ */
					/* ---------------------------------------- */

.listallmain
{
	background: #e0e0e0;							/* set background to gray */
	background-image: url(http://www.cockerspaniels.com/backgrounds/pedigree_bkg.jpg);	/* set background image   */
	background-repeat: repeat;							/* fill page with image   */
	font-family: Times new Roman, Arial;						/* font settings          */
	color: #000000;								/* text set to black      */
}

.sonly										/* Visible on Screen only */
{
	display: block;
}

.ponly										/* Visible during Printing only */
{
	display: none;
}
