body {
	background-color: #F55D16; 
	font-family: arial; 
	color: white;
	width: 100%; 
	height: 100%;
	margin-left: 0px;
	border-collapse:collapse;
	font-size: 1.5rem;
	font-weight: bold;
	/*background-image: url('vball1.png');*/
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center, center;
}

.T {
	font-size: 1.5rem;
	width: 98%;
	height:100%;
	border-collapse: collapse;
	padding-left: 2%;
	margin-top:0px;
	border:0px solid white;
	}
.btn {
	font-size: 1.5rem;
	margin: 0px;
	text-align: center;
	width: 90%;
	height: 110px;
	z-index: 5000;
} 

.btn-wrap {
	width: 33%; 
	text-align: center;
	margin-top:30px; 
	display: inline-block; 
	z-index: 5000;
	
} 
 	
A:link {
	text-decoration: none;
	color: white;
	}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}