@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 120%;
  }
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:xx-large}

div.menu {
margin-top:10px;
margin-bottom:10px;
font-size:60px;
}

div.phone {
text-align:right;
}

a.button:link {
	color: #ffffff;
	text-decoration: none;
}
a.button:visited {
	text-decoration: none;
	color: #ffffff;
}
a.button:hover {
	text-decoration: none;
	color: #00ff33;
}
a.button:active {
	text-decoration: none;
	color: #ffffff;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #00ff33;
}

div.credit {
font-size:x-small;
}