/* linear gradient background */
#linear-gradient {
  background: linear-gradient(black, white);
}

ul {
   list-style-type: square;
/*  list-style: square inside url("sqpurple.gif");
*/
}

