﻿/*
   New Perspectives on HTML and CSS
   Final Project

   All About Bears Styles
   Author: Briana Beyerl
   Date:  January 30, 2016

   Filename:         bearstyles.css
   Supporting Files: none

*/

/*
Table Header Styles
*/


th, td {
	text-align: left;
	padding: 15px;
}

table {
	border-collapse: collapse;
}

table, th, td {
	border: 1px solid blue;
}