/* 
	NBA Standings CSS
	Filename: Standings.css

	Author: Brandon Nisperos
	Date: 1/22/16

*/

/* Body Styles */

body {
	background-color: black;
	font-family: 'Comic Sans MS', cursive;
}

/* Heading Styles */

img.standings {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation List Styles */

nav ul {
	text-align: center;
}

li {
	display: inline;
	font-size: 2em;
	padding: 0.2em;
}

nav li:hover {
	background-color: red;
}

section header h1 {
	color: blue;
	text-align: center;
	font-size: 2.5em;
}

section ol {
	color: red;
	text-align: center;
	font-size: 1.5em;
}

section ol h2 {
	color: red;
	font-size: 1em;
}

section ol h1 {
	color: white;
	font-size: 1.5em;
}