Michelle's Unordered Lists Test

CSS

  1. ul.Standards {
  2.    margin:0;
  3.    padding:0;
  4. }
  5. ul.Standards li {
  6.    font: bold 11px Arial;
  7.    list-style: none;
  8.    padding: 4px 0;
  9. }
  10. ul.Standards li li {
  11.    font-weight: normal;
  12. }
  13. ul.Standards li li span.sId {
  14.    font-weight: bold;
  15. }
  16. ul.Standards li li li {
  17.    font-weight: normal;
  18.    color: red;
  19.    list-style: disc;
  20. }
  21. ul.Standards li li li span.sId {
  22.    font-weight: normal;
  23.    color: #000;
  24. }
  25. ul.Standards li li li span.item {
  26.    color: #000;
  27. }
return