/* css for recipes */

body { 
	color: #181818; 
	background: #d4ecfb; 
	font-style: normal;
	font-variant:normal; 
	font-weight:normal; 
	font-size:10pt; 
	font-family:"trebuchet ms";
	text-align: justify;	
	}
    		
.p1 {
    background:#008dc6;
    color:#ffffff;
    padding:10px;
    }
    
h1 { 
	padding:5px 10px 5px 10px;
	font-size: 15pt; 
	color: #000000;
	font-family:"trebuchet ms";
	}
	  
h3 { 
	padding-left:10px;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	background: #008dc6;
	font-style:bold;
	font-variant:normal;
	font-weight:normal;
	font-size:12pt;
	font-family:"trebuchet ms";
	}
	
a:link {  
    font-weight: bold;
	text-decoration: none; 
	color: #3d107b;
	}
	
a:visited { 
	text-decoration:none; 
	color: #0469b3;
	}
a:hover, a:active { 
	text-decoration:none; 
	color: #f1a629;
	}
	
#ingredients { 
	background: #ffc000;
	padding:0px 30px 0px 10px;
	text-align:justify;	 
	}

#text { 
    margin-left: 50px;
    background:#d4ecfb;
    padding:0px 30px 0px 10px;
	width: 600px;
		}
	
	
.ingredients li  {
    font-size:9pt;
    }

ul {
    list-style: none;
    }
    
h5 {
    text-align:center;
    }
    
    
    
    
    
