body {
	font-family: Avenir, sans-serif;
	margin: 2em;
	width: 70%;
	background-color: rgb(240,240,240)
	}
h1 {
	font: bold 2.5em Palatino, Times New Roman, serif;
	border-bottom: 2px solid lightgray;
	margin: 0;
	}

h1 + p {
	margin: .5em 0 2em;
}

a:link {
    color: blue;
    text-decoration: none;
  }
  a:visited {
    color: purple;
  }
  a:hover {
    color: lightblue;
  }
  a:active {
    color: orange;
	}

h2 {
	font:  bold 1.3em Palatino, Times New Roman, serif;
	color: #000;
	}

h3 {
	color: rgb(70,70,70);
}

ul li {
	list-style-type: square;
}

.education-list li {
	list-style-type: none;
}

.education-list {
		padding: 0;
	}

.degree {
	font-weight: bold;
}
