body {
   font-family: 'Trade Winds';font-size: 22px;
	background-color: #003300;
	color: darkgrey;
}
a:link {
  text-decoration: none;
 color: darkgrey;
}

a:visited {
  text-decoration: none;
 color: darkgrey;
}

a:hover {
 color: red;
}
