/* Generic Selectors */

body {
	font-family: "IBM Plex Serif", Georgia, "Times New Roman", Times, serif;
}

p {
   width: 90%;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	font-weight: lighter;
}

a:hover {
   color: rgb(0, 96, 255);
   padding-bottom: 5px;
   font-weight: bold;
   text-decoration: underline;
}

a:active {
   color: rgb(255, 0, 102);
   font-weight: bold;
}
