              html { 
  background: url(wedding.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	         .titles{
			    font-family: 'Roboto', sans-serif;
				 font-size: 28px;
				 color: white;
			}
			.maintext{
			  font-family: 'Roboto', sans-serif;
			  font-size: 25px;
			  color: white;
			}
			.special{
			   font-size: 64px;
			   color: white;
			   font-family: 'Roboto', sans-serif;
	        }
			.maintable{
				background-color: black;
				padding: 50px;
				border: 1px white solid;
				width:800px;
			    height:800px;
			}
			a:link{
				color: white;
				text-decoration: none;
			}
			
            a:hover{
				color: white;
				text-decoration: underline;
			}
			a:active{
				color: white;
				text-decoration: none;
			}
			a:visited{
				color: white;
				text-decoration: none;
			}
			.navbutton{
				font-size: 16px;
				font-family: 'Roboto', sans-serif;
				width: 200px;
				border: 1px white solid;
				text-align: center;
				height: 50px; 
				
			}
				