a:visited {
	text-decoration: none;
	color: #003399;
}
a:link {
	text-decoration: none;
}
a:hover {  text-decoration: underline; background: #EEEEDD}

BODY {
		background-color:#FFFFFF;
	}
	
DIV{
	text-align : center;
}
.recipes {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: decimal;
}

