/* SPORTS CSS  */
body	{
	font-size	:	100%;
	}

p 	{
	text-indent	:	20px;
	font-family	:	Serif;
	} 

h3	{
	font-size	:	100%;
	font-family	:	Sans;
	background	:	#bd9ee0;
	}

li {
	font-weight : bold;
	font-size 	: 100%;
	}

ul { list-style : disc;
   }

li + p {
   font-size	: 	100%;
	font-family	:	monospace;
	}

.subp  {
	font-size 	: 	100%;
/*	font-style	:	italic;*/
	font-family	:	Courier Times;
	text-indent	:	20px;
	margin-left	:	20px;
	}


