   /* <link rel=stylesheet type="text/css" href="style.css"> */
   <style type="text/css">
   <!--	dummy { } /* The first definition is ignored!  Why ??? */
   	BODY { 
   		background-image: url(backgnd2.jpg);
   		background-attachment: fixed;
   		 text-align: justify;
   	}
   	P	{text-indent: 20px;}
   	.jl	{text-align: left;}
   	small {font-size: 15px;}
   	 norm {font-size: 20px;}
   	 big  {font-size: 25px;}
   	 huge {font-size: 35px;} 
   italic {font-style: italic}
   	red    {color: red;} 
   	 green {color: green;}
   	 blue  {color: blue;} 
   	 black {color: black;} 
   	 grey  {color: grey;}
    strike {text-decoration: line-through;}
   -->
   </style>
