/*
   New Perspectives on HTML
   Tutorial 2
   Case Problem 2

   Cbspca Style Sheet
   Author: Ryan Henderson 
   Date:   November 5th, 2016

   Filename:         adoptstyles.css
   Supporting Files: none

*/

/* Section Styles */




/* set the default page elements styles */



body  {
color: white;
background-color: blue;
font-family: Verdana, Geneva, sans-serif;

}



table, th, td {
border: 5px solid black;
}

header {
font-family: cortana;
font-size: 22px;
font-weight:bold;
text-align: center;
margin-top: 60px;
}

article {
font-family: arial;
font-size: 18px;
text-align: center;
margin-top: 60px;
}


footer {
padding: 15px;
}