h1 {font-family:Times New Roman; font-size: 20px}/*project link*/
h2 {font-family:Times New Roman; font-size: 20px}/*email link*/
h3 {font-family:Times New Roman; font-size: 20px}
a:link {
  color: lightgrey;
} /* color of link before clicked*/
a:visited {
  color: darkblue; /* color after being clicked */
}
a:hover {
  color: hotpink;
} /* color when hovered over*/