@charset "utf-8";
/* CSS Document */

/* This defines the word 'new' in red text on a yellow background */

.new { color:red; background-color:#ff0; }
