@charset "UTF-8";

/*
 CSS created with CSE HTML Validator
*/

body {
	background-image: url('images/63-sport-fury-7.jpg')
	}
table.table1 {
	width: 100%;
	height: 100px;
   	border: none;
	}
table.table1 td {
	width: 33%;
    vertical-align: middle;
    text-align: center;
    }	
table.table2 {
	width: 100%;
	height: 100px;
   	border: none;
	}
table.table2 td {
	width: 20%;
	border: none;
    vertical-align: middle;
    text-align: center;
    }
table.table2 img {
   	border: solid yellow;
    }    
table.table3 {
	width: 100%;
	height: 480px;
   	border: none;
	}
table.table3 td {
	width: 100%;
	border: none;
    vertical-align: middle;
    text-align: center;
    }
table.table3 img {
	border: none;
    } 	
P   { 
	text-align: center;
	font-size: x-large;
	color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
	}
