.imageTable{
width: 680;
height: 200;
background-color: lightblue
}

.better{
font-family: arial;
font-weight: bold
}

.title {
	font: bold 14pt sans-serif;
	}
	
.description {
	font: 12pt sans-serif;
	}
	
.sans{
	font-family: sans-serif;
	font-size: small
}

ul {
	margin-top: 0px;
	}

.heading {
	font: bold 12pt sans-serif;
	}

.bigProduct {
	position: relative;
	padding-top: 5px;
	background-image: url(Images/serviceBack.png);
	background-repeat: no-repeat;
	height: 390px;
	}
	
.medProduct {
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
	width: 350px;
	background-image: url(Images/productBack.png);
	background-repeat: no-repeat;
	}
