  BODY { 
       background-color : #ffffff;
       color: black 
     }

  H2 { 
       font-family : Helvetica, sans-serif

}
  H3 { 
       font-family : Helvetica, sans-serif
}
  span.CODE { 
       font-family : Courier, monospace ;
	      font-size : 85%
}
  span.guideline { 
	      font-weight : bold
}
  span.priority1 { 
       font-size : 70%;
       font-weight : bold;
       color : white;
       background-color : red;
       text-transform : uppercase;
}
  span.priority2 { 
       font-size : 70%;
       font-weight : bold;
       color : white;
       background-color : purple;
       text-transform : uppercase;
}
  span.priority3 { 
       font-size : 70%;
       font-weight : bold;
       color : white;
       background-color : blue;
       text-transform : uppercase
}

.toc {
    text-indent: 0;
}
P.toc-line {
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 0;
}

UL.toc, OL.toc {list-style: none}
DIV.toc UL UL, DIV.toc OL OL {margin-left: 0}
DIV.toc UL UL UL, DIV.toc OL OL OL {margin-left: 1em}
DIV.toc UL UL UL UL, DIV.toc OL OL OL OL {margin-left: 0}
LI.tocline1 {font-weight: bold}
LI.tocline2 {font-weight: normal}
LI.tocline4 {font-style: italic}
DIV.toc, UL.index, DT {
    text-align: left
}

UL.index {list-style: none}

 .comment {
       font-style: italic;
       color : white;
       background-color: gray;
}

  .new {
       color : black;
       background-color: yellow;
}
  .del {
       text-decoration : line-through
}
