Given the following HTML: Hello WorldLink And CSS: #foo { color: blue; font-size: 32px; } .bar { color: green; font-size: 22px; font-family: 'Times New Roman' } a { color: inherit; font-size: 18px; } What is the color of the text in the DIV?