css all children of type

CSS
/* Affects all a inside the #nav element: */
#nav a{
  color: black;
}div.class, div.class > * {
    // CSS Property
}
Source

Also in CSS: