If statement #6 above is passed, then background should be yellow if aural, green if braille, red if emboss, blue if handheld, lime if print, aqua if projection, gray if screen, black if tty, and silver if tv. Rules are "@media aural {BODY {background: yellow}}", "@media braille {BODY {background: green}}", "@media emboss {BODY {background: red}}", "@media handheld {BODY {background: blue}}", "@media print {BODY {background: lime}}", "@media projection {BODY {background: aqua}}", "@media screen {BODY {background: gray}}', "@media tty {BODY {background: black}}", "@media tv {BODY {background: silver}}". All other properties of this page should be UA-default.