		
body {
			background: #dd9;
			font: 12px/16px News Gothic, Helvetica, Arial, Verdana, sans-serif;
		}

a 		{
			color:black;
			font-weight: bold;
			letter-spacing: 2px;
			text-decoration: none;
		}
a:hover{
			color:black;
			font-weight: bold;
			text-decoration: underline;			
		}
.wrapper { 
     	   width: 600px; 
		   margin-left: auto;
   		   margin-right: auto; 
		   clear: both;
   		} 

.meal { 
     	   width: 580px; 
		   padding-left: 10px;
		   padding-right: 10px;
		   margin-left: auto;
   		   margin-right: auto; 
   		} 
		.meal:hover { background: #eeA; }
.desc1 { 
		width: 300px;
		float: left;
	}
.imag1 {
		width: 300px;
		text-align: right;
		float: right;
		}	
		
.desc0 { 
		width: 300px;
		float: left;
	}
.imag0 {
		width: 300px;
		text-align: left;
		float: left;
		}

.title {
		font: bold 14px/18px News Gothic, Helvetica, Arial, Verdana, sans-serif;
		}

img {
		max-width: 200px;
		border: 1px dashed #000;
		}
		img:hover { border: 1px solid #000; }