@charset "utf-8";
/* It is shrimply that easy */

body {
  background-color: salmon;
  color: #ffd2d2;
}

table {
	background-color: #412939;
	border-color: salmon;
	border-collapse: collapse;
}

th, td, tr {
  padding: 0px;
}

h1, h2 {
  color: #ffd2d2;
  text-align: center;
}

p {
  font-family: oufit;
  font-size: 20px;
}

a:link {
  color: #89b4fa;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #89b4fa;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #89b4fa;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #89b4fa;
  background-color: transparent;
  text-decoration: underline;
}




<!-- This is comment code

Here is the code to link up this style sheet 

More info:  https://www.w3schools.com/css/css_howto.asp

Place the next line in the "head" area on the html page

<link href="styles.css" rel="stylesheet">

-->

