/*  Scott's style sheet for AUTOPP;
	Revised 11/19/00 as "stylatpp.css"*/

body	{background: #e0e0e0;
		margin-left: 0px;
		width: 550px;
		border: solid 0px}

/*  hdr1,2,3 added 11/19/00  
	The intent is to use them with "div" */

.hdr1	{color: #ff0000;
		font-family: arial, helvetica, sans-serif;
		font-size: large;
		font-weight: bold;
		text-align: center}

.hdr2	{color: "#0000ff";
		font-family: arial, helvetica, sans-serif;
		font-size: large;
		text-align: center} 

.hdr3	{color: "#0000ff";
		font-family: arial, helvetica, sans-serif;
		text-indent: 25px} 

/* 02/28/01  Add width to the ul and li's...  
ul		{width:  550px}
li		{width:  550px}  */