/*
	Final Project
	Author: Pablo Bentancur
	Date:   1/22/2016

	Filename: menustyles.css		
*/

table{
	border-collapse: collapse;
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
	}

table th{
	background-color: #ffc;
	border-top: solid thin red;
	border-bottom: solid thin red;	
}

table td{
	border-top: solid thin green;
	border-bottom: solid thin green;
}

#tableTd{
	font-weight: bold;
}