/*
 Master Style Sheet for Recipes de Les
     Location:  
     Created: 11 October 2008 by Les Allan
     Last updated: 
*/
 body {
	}
.recipeheadtxt  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: White;
	font-weight: bold;
	font-size: large;
	background-color: Navy;
}
.ingredmethtxt	{
	font-family: "Microsoft Sans Serif";
	color: Navy;
	text-decoration: underline;
	font-weight: bold;
	font-size: medium;
}
.normaltxt	{
	font-family: "Microsoft Sans Serif";
	color: Navy;
	font-weight: normal;
	font-size: small;
}
.TOCText 	{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #ffffff;
	cursor: hand;
	font-size: small;
	text-decoration: none;
}

/* these styles should be included in all CSS files */
a:link			{
	cursor: hand;
	color: Navy;
	text-decoration: none;
}
a:visited		{
	cursor: hand;
	color: Navy;
	text-decoration: none;
}
a:active		{
	cursor: hand;
	color: Navy;
	text-decoration: none;
}
a:hover		{
	cursor: hand;
	color: Navy;
	text-decoration: underline;
} 