 body		{
               font-size: 70%;
			   font-stretch: condensed;
               font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
			   font-style:   oblique;
			   background-color:	wheat;
               color:        blue;
            }

 body.catalog		{
               font-size: 70%;
			   font-stretch: condensed;
               font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
			   font-style:   oblique;
			   background-color:	white;
               color:        blue;
            }

 p.address	{
			   font-size: 80%;
			   font-stretch: condensed;
               color:        black;			   
            }


p.link		{
               font-size: 60%;
			   font-stretch: condensed;
               font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
			   font-style:   oblique;
               background:   transparent;
               color:        blue;
            }


ul			{  
               font-size: 90%;
			   font-stretch: condensed;

               font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
               background:  transparent;
               color:       black;
			   type:		circle;			
			}

li			{  
               font-size: 90%;
			   font-stretch: condensed;

               font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
               background:  transparent;
               color:       black;
			   type:		circle;
			
			}

a:link 		{
				color:		green;
			}
a:active	{
				color:		red;
				font-weight:bold;
			}
a:visited	{
				color:		green;
			}