#services {
	background-color: #808080;
}
.tables {
	margin-left: 50px;
}
.table1 td{
	width: 150px;
	text-align: center;
	border: 1px solid #000000;
	background-color: #cccccc;
	padding: 5px;
	
}
.table1 a {
	color: #725656;
}
.table1 a:hover {
	color: #cccccc;
	background-color: #725656;
}
.table1 a:visited {
	color: #000000;
}
.bold {
	font-weight: bold;
	color: #000000;
}
.table2 {
	width: 600px;
}
.table2 td {
	border-bottom: 1px solid #000000;
}
.type {
	text-align: left;
}
.cost {
	text-align: right;
}