Colors, the simple way: in your new game's title add "<span>New</span>" and in the styles.css file (located in your theme's folder) define a color for that <span>:
#Main div.GamesRow .Title span{ color: Red; }
, somewhere under the "/* CENTER GAMES LIST */"
As for new block, just copy the code from existing block, create a new one, paste the code (all inside "blocks" section of the admin cp) and finally put the new block's macro in your main pages (it's in the "pages" section)