/*
-------------------------------------------------
mobie eXperience - MASTER style sheet 
------------------------------------------------- 
*/



@import url("layout.css");
@import url("menu.css");
@import url("content.css");



body
{	
	text-align: center;
	font-family: arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	background-color: #FFF;
	color: #000;
	padding: 0; 
	margin: 0;
	

}


/* LINKS ----------------------------------------------- */

a:link, a:visited
{
	color:#E27100;
	text-decoration: none;
	border-bottom: none;
	padding: none;
	border:none;
	border-width:0px;
	border-style:none;
}

a:hover, a:active, a:focus
{
	background: none;
	color: none;
	text-decoration: none;
	padding: none;
}

