         A:link {color: SteelBlue}
         A:visited {color: SteelBlue}
         A:active {color: Red}
         A:hover {color: Black}
          
         BODY 
         {
            background-color: OldLace;
            font-family: Arial, Verdana;
            font-size: 1em;
         }

         H1 
         {
            font-family: Jokerman, Arial;
            text-transform: uppercase;
            border: solid thin Black;
            background-color: SteelBlue;
            padding: .3em;
            text-align: center;
            font-size: 2em;
            height: 60px;
         }

         H2 
         {
			color: SaddleBrown;
            border: solid thin SaddleBrown;
            background-color: Wheat;
            padding: .25em;
            font-size: 1.5em;
         }

         h3 
         {
            font-size: 1em;
            font-weight: bold
         }

         UL 
         {
            margin-left: 1em;
            list-style: Circle;
         }

         .Recipe 
         {
			page-break-before: always;
         }
         
         .Directions 
         {
            margin-left: 2em;
         }

         .Ingredients 
         {
            margin-left: 2em;
         }

         .Hint 
         {
            color: SaddleBrown;
            font-style: italic;
         }

         .LastModified 
         {
            background-color: SteelBlue;
            border: solid thin Black;
            text-align: center; 
            font-style: italic; 
            font-size: x-small;
         }
