header {text-align: center;
		color: #9494b8;
		border: 10px solid #ff0000;
		background-color: #ff6600;
		text-color: #9494b8;
		text-decoration: none;}
			
	nav ul {border-bottom: none;
	text-align: center;}
	
	nav a:link {color: #9494b8;}

head {color: #ff6600;}
	
body {background-color: #003300;
			color: #ffff99;
			background-image: url(controller.PNG);
			text-align: center;}

	#ark {height: 900px;
			background-image: url(arkbackground.PNG);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			color: #ffffff;}
			
	#daysgone {height: 900px;
			background-image: linear-gradient(to bottom, #0066cc, #006600);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			text-color: #ffffff
			}
			
	#bioshock {height: 900px;
			background-image: url(bioshockbackground.PNG);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			}
			
	#hollow {height: 900px;
			background-image: linear-gradient(to bottom, #ffe680, #000000);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			color: #000000;} <!--I tried to find a color that would work well with the background for a while-->
			
	#form {height: 900px;
			background-image: linear-gradient(to bottom, #ffe680, #000000);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			color: #ffff00;}
			
		table {border: 5px solid #000000;
					border-collapse: collapse;}
			
		td, th {padding: .5em;
				border: 3px solid #000000;}
			
nav a {text-decoration: none;
		}

nav ul {list-style-type: none;
			margin: 0;
			font-size: 1.2em;
			float: right;
			text-align: center;}