.changed {background-color:beige}
.unchanged {background-color:white}
.interp {font-family: Verdana, Arial, sans-serif }
.british {background-color:red; color:white}
.notbritish {background-color:aqua}
.ncaa {background-color:blue; color:white}
.notncaa {background-color:yellow}
.invisible {display:none}
.ifaf {background-color:green; color:white}
.notifaf {background-color:fuchsia; color:white}
.efaf {background-color:bisque}
.notefaf {background-color:brown}
body {
    font-family:Arial, Helvetica, sans-serif
}