@CHARSET "UTF-8";

body {
background-color: red;
}

@media handheld
{
body {
background-color: green;
}
}