* {
  max-width: 699px;
  margin: auto;
}

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border-style: groove;
  border-width: 5px;
  padding: 50px 75px 50px;
}

h1 {
  color: black;
  text-align: left;
  font-size: 50px;
}

h2 {
  color: navy;
  text-align: left;
  margin-top: 11px;
}

a { 
  text-decoration: underline;
  text-decoration-style:dotted; 
}

a:visited {color:black;}

.years {
  text-align: left;
  color: gray;
  font-size:14px;
  margin-top: 11px;
}

.jobtitle {
  text-align: left;
  color: black;
  font-size:17px;
  font-weight: 900;
}
.item {
  text-align: left;
  color: black;
  font-size:14px;
}

p {
  color: black;
  text-align: left;
}

