@CHARSET "UTF-8";
body {
background-color: red;
}
@media screen
{
body {
background-color: green;
}
}