body {
	 /* background-color: "#FAFAD2"; */
         background-image: url("00054.gif");
	}
p {
	font-style: italic;  font-style: normal;
        font-weight: bold;   font-weight: normal;
	font-size: 1em;      font-size: 20px;
	font-family: arial,  verdana, sans-serif;
	text-indent: 30px;
	text-align: justify; text-align: left;
	}

li {
	text-transform: uppercase;
	text-transform: lowercase;
	text-transform: capitalize;
        text-transform: none;
	font-style: italic;  font-style: normal;
        font-weight: bold;   font-weight: normal;
	font-size: 1em;      font-size: 20px;
	font-family: arial,  verdana, sans-serif;
	}


h3 {	font-size: 260%;
	text-align: center;
        color: #000080;
	text-decoration: overline; text-decoration: line-through; text-decoration: underline;
	}

h4 {	font-size: 180%;
	color: #FF0000;
	text-align: center;
	}	



