h1	{
	color:	blue;
	text-align:	center;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 90px;
	background-color: gray;
	padding: 17px;
	border: 17px double blue;
	border-color: blue;
	border-radius: 30px;
	}

h2	{
	color: mediumblue;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
}

h3	{
	color: royalblue;
	font-style: italic;
	font-weight: bold;
	font-size: 20px
}	

h5	{
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 20px; 
}

nav ul{
	color: green;
	text-decoration-color: green;
  	width:inherit;
  	background-color: lightgray;
}

td:hover{
	display: block;
	background-color: lightgray;
}

li:hover{
	display: block;
	background-color: lightgray;
}


img{
	border: 17px double deepskyblue;
}

table{
	margin-left:2em;
	border-collapse:collapse;	
}

tr{
	border-bottom:3px solid grey;	
}
.ingredient {
	text-align:left;
	padding-right:1em;	
}
.amount {
	text-align:right;
	padding-left:1em;
}

.intro	{
	width: 50%;
	font-style: italic;
}

.history	{
	width: 75%;
}

.important	{
	color: red;
	
}

.flashy	{
	color: red;
}

.row1 {
  width: 1000px;
  background-color: lightblue;
  border-color: blue;
}



