body {
  background-color: black;
}

p {
    font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	color: red;
    text-align: center; 	
  	left: 0;
    top: 50%;
    width: 100%;
}

a {
  	text-decoration: none;
}
  
a:link {
  color: red;
}

a:visited {
  color: red;
}

a:hover {
  color: white;
}

a:active {
  color: red;
}


