Code: Select all
div#content p,
div#content address,
div#content table{
color:#000;
background:#fff;
}
It would be better to read and finde, if every selector would be displayed in a single line:div#content p,[][]div#content address,[][]div#content table
Thank you...div#content p
div#content address
div#content table