body{
	font-family: sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

table.bkg-img{
	background-image: url(images/YP10.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
}

table{
	table-layout: auto;x
}

table.facilities{
	width: 100%;
	table-layout: fixed
}

img{
	max-width: 100%;
	height: auto;
}

.fontImpact{
	font-size: 18px;
	font-family: "Impact";
}

.fontSansserif{
	font-size: em;
	font-family: "sans-serif";
}

.va-top{
	vertical-align: top;
}

.linkbutton {
  border: 0;
  line-height: 2;
  padding: 0 15px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #FFF;
  border-radius: 10px;
  background-color: rgba(220, 220, 50, 1);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.linkbutton:hover {
  background-color: rgba(255, 255, 100, 1);
}

.linkbutton:active {
  box-shadow:
    inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}
