*
  -moz-box-sizing border-box
  box-sizing border-box

body
  background red
  font-size 18px
  a
    color red
    &:hover
      color green
    &:active
      color blue

p
  color purple !important

@media screen and (min-width: 600px)
  body {
    background green
  font-size 21px

}
  @font-face
    font-family myFirstFont
    src url(sansation_light.woff)

@font-face
  font-family mySecondFont
  src url(sansation.woff)

