
body {
  font-family: Georgia, "Times New Roman", serif;
  background-color: white;
  color: black;
  padding: 1%;
}
p {
	margin-left: 10px;
}

/* Set default properties for links */
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.list {
		margin-left : 15px;
}

