@CHARSET "ISO-8859-1";
.iphone { display: none; } 
.noIphone { display:block; }
p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
}

h1, .logo {color: #F45C20;
    font-weight: bold;
    font-size: 18px;
}

.small{
	font-size: 12px;
}
a:link { color:#F45C20;  text-decoration:none  }
a:visited { color:#F45C20; text-decoration:none }
a:hover  { color:#F45C20; text-decoration:underline }