<style type="text/css">




#bodywhite  {
		background-color: white;
		font-family: Arial, Helvetica, sans-serif;
		}
#bodyred   {
		background-image:linear-gradient(to right, red,white); 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		}
#bodygray {
		background-image:linear-gradient(to right, gray, #b3b3b3, lightgray); 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		}
#bodyblack  {
		background-image:linear-gradient(to right,  linen, lightgray);
		font-size: 20px;
		}
#bodyyellow  {
		background-image:linear-gradient(to right, #ffff4d, #ffff80 ); 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: blue;
		}
#bodywood  {
		background-image:woodbackground.jpg; 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: blue;
		}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.large {
    font-size: 200%;
}

* {
    box-sizing: border-box;
}


/* Box for bowling centers */
.bcbox {
	height: 250px;   	
        width: 450px;
  /* 	border: 2px solid black; */
	padding: 15px;
 /*	position: absolute;  */
	margin-left: 350px;
	}

/* top of page header */	
#topheader {
	     background:linear-gradient(to right, red,white,blue);
	   }

/* boxes for board photos */	
span{
			display: inline-block;
			margin: 10px;
			width: 30%;
			height: 500px;
			border:2px solid blue;
			text-align: center;
		}
/* boxes for champs */	
spanc{
			display: inline-block;
			margin: 2px;
			width: 20%;
			border:2px solid blue;
			text-align: center;
		}
/* boxes for3man record */	
spanx{
			display: inline-block;
			margin: 10px;
			width: 30%;
			height: 350px;
			border:2px solid blue;
			text-align: center;
		}

/* boxes for youth party */	
spanga{
			display: inline-block;
			margin: 10px;
			width: 30%;
			height: 350px;
		/^	border:2px solid blue; */
			text-align: center;
		}
		
/* boxes for obity */	
spano{
			display: inline-block;
		/*	margin: 10px;  */
			width: 335px;
			height: 475px;
			border: 12px solid black;
			text-align: center;
		}		
		.diva{
			display: inline-block;
			width: 30%;
			height: 45px;
			border: 2px solid black;
			padding-top: 2px;
			margin: 15px;
			text-align: center;
      }	

/* Higher box for captions */
.divh{
			display: inline-block;
			width: 307px;
			height: 400px;
			border: 2px solid black;
			padding-top: 2px;
			margin-top: 15px;
                        margin-left: 50px;
                        margin-right: 70px;
			text-align: center;
      }	

/* image right of text */
.floatrt{
			float: right;
			clear: right;
			border: 2px solid black;
			padding: 2px;
			margin-left: 10px;
			margen-bottom: 5px;
      }	

/* image left of text */
.floatlft{
			float: left;
			clear: left;
			border: 2px solid black;
			padding: 2px;
			margin-right: 10px;
			margen-bottom: 5px;
      }	

</style>
