﻿body {
  font-family: 'Open Sans', sans-serif;
}


a:link {
  /* Applies to all unvisited links */
  text-decoration: none;
  color: black;
}

a:visited {
  /* Applies to all visited links */
  text-decoration: none;
  color: black;
}

.sl-item {
  font-size: x-large;
  display: block;
  width: 325px;
  margin-bottom: 4px;
  padding: 7px;
  border-style: groove;
  border-width: 2px;
  background-color: gainsboro;
}
