html { 
background-color: black;

background: url(america.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	         .titles{
			    font-family:'Bebas Neue', cursive;
				 font-size: 200px;
				 color: red
			}
			.maintext{
			  font-family:'Bebas Neue', cursive;
			  font-size: 16px;
			  color: white
			}
			.special{
			   font-size: 30px;
			   color: blue;
			   font-family:'Bebas Neue', cursive;
	        }
			.maintable{
				background-color: black;
				width:800px;
			    height:800px;
			}
			a:link{
				color: red;
				text-decoration: none;
			}
			
            a:hover{
				color: red;
				text-decoration: underline;
			}
			a:active{
				color: red;
				text-decoration: none;
			}
			a:visited{
				color: red;
				text-decoration: none;
			}
			.navbutton{
				font-size: 16px;
				font-family:'Bebas Neue', cursive;
				width: 200px;
				border: 1px red solid;
				text-align: center;
				height: 50px; 
				
			}