/****************************************
 * Z-Graphics
 * Mobile CSS Rules
 ****************************************/

/****************************************
 * General Formatting
 ****************************************/
body	{
	border: none;
	font-family: sans-serif;
	padding-bottom: 5px;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	color: #222;
	background: #fff;
	}
	
img {
	max-width: 100%;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
}
	

a {
	color: #00ff00;
	text-decoration: none;
	}
a:visited {
	color: #00cc00;
	}
a:hover {
	color: #00cc00;
	}
a:active {
	color: #00cc00;	
	}
	
h1 span {
	position: absolute;
	top: -1000em;
	left: -1000em;
	}
