body {
	background-color: #191919;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
a:link {
	color: #3CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3CF;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
	color:#00F;
}