body {
	background: #969696; 
	background-image: url('textures/stone_dark.png');
	background-attachment: fixed;
	font-size: 16px;
	color: yellow;
}

a {
  color: yellow;
}

a:link {
  color: yellow;
}

a:visited {
  color: yellow;
}

a:hover {
  color: white;
}

a:active {
  color: yellow;
}