* {	margin: 0;	padding: 0;}body{	background: url(WC.png); height: 100%;   /* Center and scale the image nicely */  background-position: center;  background-repeat: no-repeat;  background-size: cover;}a:link {  color: white;  background-color: transparent;  text-decoration: none;}a:visited {  color: black;  background-color: transparent;  text-decoration: none;}a:hover {  color: red;  background-color: transparent;  text-decoration: underline;}a:active {  color: white;  background-color: transparent;  text-decoration: underline;}