body {
			background-color: lightblue;
			color: navy;
			/*font-family: monotype corsiva, serif;*/
			background-image: url(ltbluebg1.jpg);
			background-repeat: repeat;
/*			
			background-position: center top;
			background-attachment: fixed;

			padding-left: 144px;
*/
			}
h3, h2 {
	color: #990033;
	font-family: arial, sans-serif;
	/*color: #CC0066;*/
	/*font-family: monotype corsiva;*/
	text-align: center;
	}
h1 {
	color: #990033;
	font-family: arial, sans-serif;
	text-align: center;
	}
h4 {
	color: navy;
	/*font-family: comic sans MS, sans-serif;*/
	text-align: center;
	}
.one{
		color: green;
		margin-left: 20%;
		margin-right: 5%;
		text-align: center;
		}
.two{
		color: #006666;
		margin-left: 20%;
		margin-right: 5%;
		text-align: center;
		font-family: comic sans MS, sans-serif;
		font-weight: bold;
		font-size: 125%;
		}
.margin{
		margin-left: 20%;
		}
th,td{
		/*color: #660099;*/
		/*font-family: monotype corsiva, serif;*/
		font-family: arial, sans-serif;
		font-weight: bold;
		color: #990033;
		/*font-size: large;*/
		/*vertical-align: top;*/
		/*margin-left: 5%;*/
		/*margin-right: 5%;*/
		}
td.comp{
		font-family: arial, sans-serif;
		font-weight: bold;
		color: #660099;
		text-align: center;
		}
td.right{
		text-align:right;
		}
td.left{
		text-align:left;
		}
a:link {color: #9900CC;}
a:visited {color: #006633;}
.open {
		font-size: 125%;
		font-style: italic;
		margin-left: 5%;
		margin-right: 5%;
		text-align:center;
		line-height: 1.5;
		color: #990033;
		}
.regular {
		/*font-size: medium;*/
		font-style: normal;
		margin-left: 5%;
		margin-right: 5%;
		text-align:left;
		line-height: 1;
		color: #990033;
		}
.christie {
		/*font-size: medium;*/
		font-style: normal;
		margin-left: 5%;
		margin-right: 5%;
		text-align:center;
		line-height: .5;
		color: #003300;
		}
.discount {
		/*font-size: medium;*/
		font-style: normal;
		font-size: 100%;
		margin-left: 5%;
		margin-right: 5%;
		text-align:center;
		line-height: 1;
		color: #990033;
		}
#trailer {
		text-align: center;
		font-weight: bold;
		font-style: italic;
		}
ul		{
		/* padding-left: 5%; */
		/* padding messes up the list-style-type in Netscape */
		list-style-type: square;
		list-style-image:url(palm2.gif) ;
		}
#logo {
		text-align: left;
		border: 7px ridge #990033;
		/*border: 7px ridge #660000;*/
		padding: 2px;
		/*font-size: large;
		font-style: italic;
		font-weight: bold;*/
		/*background-color: #CCCCCC;*/
		}
ol		{
		list-style-type: upper-roman;
		}