/*
   New Perspectives on HTML
   Final Project Page 3

   Dallas Cowboys Greats
   Author: Daniel Milton 
   Date:   05/29/2016

   Filename:         dcpl.css
   Supporting Files: none

*/

/* Body styles */

body {
     background-color: black;
     color: white;
     font-family: "Century Gothic", sans-serif;
     }

/* Heading Styles */

header h1 {
          Color: white;
          font-family: "Courier New", Courier, monospace;
          font-size: 28px;
          kerning: 20px;
          text-align: center;
          }

header h3 {
           color: black;
           font-size: 24px;
           font-weight: normal;
           kerning: 5px;
           text-align: center;
           }

article p {
          text-align: justify;
          }


footer p {
         text-align:center;
         }

/* Validation styles */

input:focus, select:focus, textarea:focus {
      background-color: rgb(220, 255, 220);
}

