body {
	margin: 0px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	font-stretch:extra-expanded;
	text-align: center;
}

a:link {
	color: #252525;
	text-decoration: none;
}

a:active {
	color: #252525;
	text-decoration: none;
}

a:visited {
	color: #252525;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	background-color: #900;
	text-decoration: none;
}
	
@media handheld {
	font-size: 48px;	
}
	

