@font-face {
  font-family: 'sligoil';
  src: url('../../fonts/Sligoil-Micro.woff');
  src: url('../../fonts/Sligoil-Micro.woff2') format('woff2'),
  url('../../fonts/Sligoil-Micro.woff') format('woff'),
  url('../../fonts/Sligoil-Micro.ttf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}

body
{
	background-color: #C0C0C0;
}

*
{
	font-family: 'sligoil', sans-serif;
  font-weight: normal;
}

p
{
  text-align:center;
}

/* unvisited link */
a:link {
  color: #0042bd;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #0042bd;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
}
