/* WARNING: This style sheet uses colors that do not have
   sufficient contrast. We no longer recommend its use.
   See, for example:
   http://lists.w3.org/Archives/Team/w3t-wai/2001Nov/0002
/*

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

  p.copyright { font-size: smaller }

  @media all {
  A:link IMG, A:visited IMG { border: none }
  }

  A IMG { color: white }

  A:link {
    color:#041
  }
  A:link.offsite {
    color:#601
  }
  A:visited {
    color:#666
  }
  DIV.main {
    margin-left: 10%;
  }
  DIV.main H1, DIV.main H2, DIV.main H3 {
    margin-left: -9%
  }
  CAPTION {
    font-style: italic
  }
  PRE {
    font-family: courier new, courier, monaco, monospace;
    font-size: 80%;
  }
  .top {
    font-style: italic
  }
  P.navbar {
    text-align: center
  }
  .expansion {
    font-style: italic;
    font-size: 80%
  }

  H2 { 
       font-family : Helvetica

}
  H3 { 
       font-family : Helvetica
}

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

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

  .policyfooter { font-size: 0.6em }

  .proposed {
	background-color: red;
	color: white;
}
