/*
   Web page Style Sheet
   Author: Trevor Slay
   Date: 03/24/2016

   Filename: baseballhome.css
   Supporting files: none
*/

/*Navigation styles*/

nav {
   position: relative;
   top: 0px;
   left: 100px;
	}

nav ul li {
	background-color: #136BB8;
   	border: 4px outset #EE174B;
   	
   	display: block;
	float: left;
   	height: 30px;
   	line-height: 30px;
   	font-size: 14px;
	font-weight: bold;
   	text-align: center;
   	margin: 0px 6px;
	min-width: 50px;
   	padding: 0px 10px;
	}

nav ul li a {
   	color: #FFF;
	font-family: 'Lucida Grande', Verdana, sans-serif;
   	text-decoration: underline;
	}

/*Heading/Body styles*/	

h1 {
	color: white;
	text-align: center;
	font-size: 18px;
	}
	
h2 {
	color: white;
	text-align: center;
	font-variant: small-caps;
	}
	
h3 {
	color: white;
	text-align: center;
	font-size: 14px;
	}

p {
font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: justify;
font-weight: normal;
color: black;
	}

body {
	background-color: red;
	width: 950px; 
	margin: 0px auto; 
	font-family: 'Lucida Grande', Verdana, sans-serif;
	color: #FFF;
	}

table#t01 td {

border: 1px solid black;
border-collapse: collapse;    
background-color: black;
text-align: center;

}