html, body, table, h1, h2, h3, h4, div, footer, p, nav
{
	display: block;
	font-family: 'Century Gothic';
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
//a:hover {color: #00FF00; text-shadow: 1px 1px 1px #000000}
a:hover {color: #00FFFF; text-shadow: 1px 1px 1px #000000}
a:active {text-decoration: none; color: #000000;}

body {
}

a.button 
{
	height: 27px;
	background-image: url("../img/mobile_buttons.png");
	text-indent: -9999px;
	display: inline-block;
	border-radius: 6px;
}

a#call {width: 54px; background-position: 0px 0px;}
a#call:hover {background-position: -53px 0px;}
a#call:active {background-position: -107px 0px;}

a#sms {width: 54px; background-position: 0px -27px;}
a#sms:hover {background-position: -53px -27px;}
a#sms:active {background-position: -107px -27px;}
