/* CSS Document */
body {
  background-color:#C0C0C0
}

li {
	color: blue;
	font-size: 17px;
	font-family: Arial, Verdana, sans-serif;
  line-height: 2;
}

h1 {
  color: grey;
  font-size: 30px;
  font-family: Garamond, Times;
}

p {
  text-align: center;
}

A:LINK, A:VISITED {
	text-decoration : none;
	color : black;
}

A:HOVER {
	color : Blue;
	text-decoration : none;
