
/*stylesheet.css*/
/*
#brownThree { color: #B84C15 }	
#brownOne { color: #DB875D }
#brownTwo { color: #CF6732 }
#brownFour { color: #A33700 }
#brownFive { color: #8B2F00 }

#greenThree { color: #0E7A57 }	
#greenOne { color: #3E9276 }
#greenTwo { color: #218A67 }
#greenFour { color: #006D49 }
#greenFive { color: #005D3E }
*/

body{
	background-image: url("img/background.jpg");
	text-align: center;
	}

h1{
	font-family: Veranda, sans-serif;
	text-align: center;
	
}

#menu{
	font-family: Veranda, sans-serif;
	font-size: 16px;
	color:#3E9276;
	display: inline;
}

#menu li{
	display: inline;
	text-align: justify;
	padding: 10px;
	border: 2px;
}

.container {
	color: #db875d;
	background-color: #005D3E;
	padding: 5px;
}
a {
	color: #db875d;
}

h2{
	text-transform: capitalize;
}

.content{
	font-family: Georgia, Arial, serif;
	font-size: 18px;
	color: black;
	text-align: center;
	align-content: center;
	align-items: center;
	margin: 30px;
	}

table, th, td{
	
	border: 1px solid black;
	width: 80%;
	padding: 10px;


}
