body {
	background-color: 'FEFEFE';
	font-family: Verdana, Arial, Garamond;
	font-size: 1.1em;
	text-align: center;
}
h1 {
	color: #444444;
}
h2 {
	color: #444444;
}

div.small {
	font-size: 0.6em;
	text-align: left;
}

table{
	border: 1px solid #EEEEEE;
	width: 590px;
}
td{
	vertical-align: top;
	border: 1px solid #EEEEEE;
}

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	text-decoration:    none;
	color: #000;
}

@media only screen and (max-device-width: 600px) {
  
	a[href^="tel"]:link,
	a[href^="tel"]:visited,
	a[href^="tel"]:hover {
		text-decoration:    underline;
		color: blue;
	}
  
	table{
		width: 100%;
	}
	img{
		width: 100%;
	}

}