@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	background-image:url(../img/ingredientes.png);
}
#titulo {
	font-size: 24px;
	color: #C00;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#ingred {
	font-size: 18px;
	color: #F60;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#preparo {
	font-size: 18px;
	color: #F60;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}