* { 
	margin: 0; 
	padding: 0; 
}
body {
	font: 16px/1.4 Georgia, Serif;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #D1D1C8;
}
#page-wrap {
	margin-top: 15px;
	margin-bottom: 40px;
}
p {
	margin: 20px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #969681; 
		color: white; 
		font-weight: bold; 
	}
	td, th {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #000000;
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	}
.header {
	text-align: center;
	font-size: 24px;
	
	
}
.trowel {
	align-content: center;
	
	
}
.tileguide  {text-align:center;
}
a {
    color: black !important;
    text-decoration: underline !important; /* Removes underline */
}

a:hover {
	color: #899b81 !important; /* Changes link color to green */
    text-decoration: underline !important; /* Optional: Adds an underline when hovered */
}

   a:visited, a:active, a:hover {
    color: black !important;
}
 
 

