body {background: linear-gradient(#C66C64, white) fixed;
      background-size: cover;
      font-family:"Arial";
      text-align:center;
     } 

table {margin:auto;}
td {text-align:center;}
h1 {color:black;text-align:center;font-size:200%;}
a:link {text-decoration:none;color:#C66C64}    				/* unvisited link */
a:visited {text-decoration:none;color:#C66C64} 				/* visited link */
a:hover {text-decoration:none;background-color:#C66C64;color:white}   	/* mouse over link */
a:active {text-decoration:none;color:#DA473F}  				/* selected link */
