@import url("screen.css"); 
@import url("antiscreen.css") handheld; 
@import url("antiscreen.css") only screen and (max-device-width:480px);

*{margin:0;padding:0;border:none;font:normal 75% sans-serif;color:#000;}
body{background:#fff;}
h1{font-size:1.2em;font-weight:bold;color:#4D4D55;}
a{color:#017CBF;text-decoration:none;font-weight:bold;}
a:hover{color:#479D5C;}
