body {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #90D5FF;
}

h1{
	font-size: 130%;
}

li {
  list-style: none;
}

li input, li textarea, li select {
  position: 
  left: 50px;
}

#txtRecipeTitle, #txtSubmittedBy, #txaIngredients, #txaDirections {
  width: 550px;
}

#txaIngredients, #txaDirections {
  height: 250px;
}

ul #ulInstructions {
  list-style:circle;
}
