* {
	font-family: arial, sans-serif;
	color: white;
}

table, th, td {
   	border: 0px solid black;
   	border-collapse: collapse;
}

th, td {
   	padding: 15px;
}

table {
	border-collapse: collapse;
	height: 75%;
	width: 75%;
	top-margin: 20px;
	border: 0px solid gray;
}

td {
	padding: 25;
}

body {
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

a {
    	font-size: 18px;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: hotpink;
}

a:active {
    color: gray;
}