/*

Web Page Style Sheet
Author: Trevor Slay
Date: 03/18/2016

Filename: baseballteams.css
supporting files:none
*/

/*Navigation Styles*/

nav {
   position: relative;
   top: 0px;
   left: 370px;
	}

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;
	}

/* header styles */

header {


}

h2 {
	color: red;
	text-align: center;
	
	}

/* table styles */

table#teams td {

border: 1px solid white;
border-collapse: collapse;  
width: 90%;
text-align: center; 
font-size: 150%;
background-color: white;
}

body {
background-color: black;
}

p {
color: white;
text-align: center;
font-size: 100%;
font-family: Verdana, Geneva, sans-serif;
}