					      /* ----------------------------- */
				  	      /* COCKERSPANIEL ONLINE MAGAZINE */
					      /*  BREEDER/AGENT PAGE SETTINGS  */
					      /* ------ breederpage.css ------ */
					      /* ----------------------------- */

.breedermain
{
	background: #ffffff; 								/* set background to white */
	background-image: url(http://www.cockerspaniels.com/backgrounds/list_bkg.jpg);	/* set background image    */
	background-repeat: repeat;							/* fill page with image    */
	font-family: times new roman, arial, tahoma;					/* font settings           */
	color: #000000;								/* text set to black       */
}

.sonly										/* visible on screen only  */
{
	display: block;
}

.ponly										/* visible during printing only */
{
	display: none;
}



