/*body*/

body {
	background-color:#393E41;
}

/*Text*/

p {
	color:LightGrey;
	font-family:"Courier New", Monospace, sans-serif;
}

h1 {
	color:LightGrey;
	font-family:"Courier New", Monospace, sans-serif;
}

h2 {
	color:LightGrey;
	font-family:"Courier New", Monospace, sans-serif;
}
small {
	font-family:"Courier New", Monospace, sans-serif;
	font-size: 10px;
}
/*Links*/

a:link {
  color: LightGrey;
  background-color: transparent;
  text-decoration: underline;
  font-family: "courier New", Monospace, sans-serif;
}

a:visited {
  color: LightGrey;
  background-color: transparent;
}

a:hover {
  color: White;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: White;
  background-color: transparent;
  text-decoration: underline;
}

