/*
      IT - 270 Website Design
      Final Project
      Stylesheet all pages

      Midsouth Challengers
      Author: Michael Coffey 
      Date: March 20, 2016

      Filename:         today.htm
      Supporting files: modernizr-1.5.js, banner.jpg
                 

*/

/* Body styles */

body {
    background-color: black;
    }

/* Header styles */
header {
    margin-left: 20%;
    margin-bottom: 3%;
}

/* Navigation Styles */

nav {
    margin-left: 5%;
}
nav.horizontal ul li {
    float: left;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 1.5em;
}

nav.horizontal ul li a:link {
    color: darkorange;
    text-decoration: none;
}

nav.horizontal ul li a:visited {
    color: dodgerblue;
    text-decoration: none;
}

nav.horizontal ul li a:hover {
    color: white;
    text-decoration: none;
}