
<STYLE> 
/* Start of my CSS */ 

table.recipes { border; } 
body {background: black; 
     margin: .5in; }


#table1 {
	position:absolute;
	width:100%px;
	height:100%px;
	z-index:3;
	left: 0px;
	top: 0px;
}

#header1 {
	position:absolute;
	width:744px;
	height:23px;
	z-index:3;
	left: 2px;
	top: 10px;
}


#header2 {
	position:absolute;
	width:744px;
	height:23px;
	z-index:3;
	left: 155px;
	top: 10px;
}

table.recipes {width: 100%; }
 
th.cimerempty { text-align: center; 
         width: 15%;
         vertical-align: baseline; 
         line-height: 1.33em; 
         font: 18pt Arial; 
         color: blue;
         margin-top: .5in; margin-bottom: 0;margin-left: .5in; margin              right:.5in; 
         padding-top: 0; padding-bottom: 0; 
         background: #ffffff; } 
 


th.navlinks{ text-align: left; 
          vertical-align: baseline; 
          line-height: 1.33em; 
          font: 12pt Arial; 
	  color: blue;
          font-weight: 1200;
          margin-top: 0; margin-bottom: 0; margin-left: .25in;                    margin-right: 0;  
          padding-top: .25in; padding-bottom: 0; padding-left: .25in;                 padding-right: .25in;
          background: #ffffff; } 

td.welcome { text-align: center; 
         vertical-align: baseline; 
         line-height: 1.33em; 
         font: 18pt Verdana bold;
         color: blue; 
         margin-top: 0; margin-bottom: 0; 
         padding-top: 0; padding-bottom: 0; 
         background: #ffffff; } 



td.bottomlinks { text-align: center; 
          vertical-align: baseline; 
          line-height: 1.33em; 
          font: 10pt Arial; 
          margin-top: .50%; margin-bottom: 0;margin-left: .50%;                   margin-right: 50%; padding-top: 0; padding-bottom: 0; 
          background: #ffffff; } 
  

td.content { text-align: left; 
         vertical-align: baseline; 
         line-height: 1.33em; 
         font: 14pt Arial bold; 
         color: #003399;
         margin-top: .50%; margin-bottom: 0;margin-left: .50%;                   margin-right: 50%; ; 
         padding-top: 0; padding-bottom: 0; 
         background: #ffffff; }

a:link { color: blue;
       text-decoration: none; }

a:visited { color: blue;
          text-decoration: none; }

a:hover { color: red;text-decoration: underline;}


a:active { color: blue; }

 .Link1 a:link { color: white;text-align: center; 
       text-decoration: none;
       font: 10pt Arial;
       font-weight:bold;}

.Link1 a:visited { color: white;text-align: center; 
	  font: 10pt Arial; 
	   font-weight:bold;
          text-decoration: none; }

.Link1 a:hover { color: white;text-decoration: underline;text-align: center; 
	font-weight: bold;
	font: 10pt Arial; 
	font-weight:bold;}

.Link1 a:active { color: white;text-align: center;  
	
	font: 10pt Arial bold; 
        text-decoration: none;
	 font-weight:bold;}
</STYLE> 
</HEAD> 

<BODY> 




</BODY> 
</html>