@charset "UTF-8";

		
/* CSS Document*/



@import url('https://fonts.googleapis.com/css?family=Boogaloo|Nothing+You+Could+Do');




#wrapper 	{	width: 960px;
			margin-right: auto;
			margin-left: auto;
			text-align: center; }
						
body		{
	background-color: #F2E4C1; }
		
h
eader 		{	text-align: center ;
			margin-bottom: 20px ;
			margin: 12px;

			align: center;	
			text-align: middle; }
			
hr 		{	display: block;
			margin-top: 0.5em;
			margin-bottom: 0.5em;
			margin-left: auto;
			margin-right: auto;
			border-style: inset;
			border-width: 1px;
			border-color: #68A28F;
		}		
		
nav 		{
	background-color:#68A28F;
			padding: 10px;
			margin-top: 20px;
			text-align: center;
			color: #ffffff;
			font-family: Arial Helvetica sans-serif;
			font-weight: bold;
 }
		
nav ul 		{
	display: block;
			margin-left: 0;
			font-size: 16px; 
}
		
nav li 		{
	display: inline-block;
			padding: 0 20px;
			margin-bottom: 0; 
}
		
nav a	 	{
	color: #ffffff; }

nav a:hover 	{
	color: #F2E4C1; }
					
main 		{
	padding: 20px 30px;
			background-color: #fff; }
		
h1, h2, h3 	{	font-family: 'Boogaloo', cursive; 
}
		
h1 		{	float: left;
			color: #604c39
;	
			font-size: 36px;
			margin-bottom: 20;
			margin-top: 10;
			text-transform: uppercase; }
			
h2		{	color: #e0412e;

			font-size: 30px;
			margin-bottom: 10px; }
			
h3		{	color: #68A28F;
			font-size: 24px;
			margin-bottom: 2px; 
}
		
p		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 150%;
			margin-bottom: 16px; 
}
		

button		{	float: right;
			padding: 10px 20px;
			background-color: #e0412e;
			cursor: pointer; 
			border: 0;
			border-radius: 10px; 
			box-shadow: 5px 5px 5px #c0c0c0; }
		
button a	{	color: #fff;
			font-weight: bold;
			text-decoration: none;
			font-size: 16px; 
}
		
footer		{	text-align:center;
			font-size: 10px;
			margin-top: 10px;
			padding: 10px; }
		
table		{	border-collapse: collapse;
			font-family: Arial, Helvetica, sans-serif; }
		
table th	{	background-color: #68A28F;
			color: #fff;
			font-weight: bold;
			text-transform: capitalize;
			text-align: center;

			font-size: 16px; }
		
table td	{	valign: "middle";
			font-size: 14px; 
			text-align: left; }

table th, td	{	padding: 10px 20px; }

ul		{	list-style-type: square;
			list-style-position: outside;
			margin-left: 20px;
			font-family: Arial, Helvetica, sans-serif;

			font-size: 14px; }
		
li		{	margin-bottom: 12px; }
		
.alignleft	{	float: left;
		
	margin-right: 20px;
}
		
.alignright	{	float: right;
			margin-left: 20px; }
		
.signature	{	font-family: 'Nothing You Could Do', cursive;
			font-size: 32px;
 }

.table1 td	{	border: .5px solid #68A28F; }