@import url(toc_advanced.css);
/* 
#content table
{
  width : 100% !important;
} */

#content table, #content th
{
  border-collapse : collapse;
  border-color :  black;
}

#content th
{
  padding : 5px;
  border-bottom : 1px solid #DCD6C5;
}

#content td
{
  border-color : #CCCCCC;
  padding : 0px 5px 0px 5px;
}

#content caption
{
  font-size : x-large;
  font-weight : bold;
  font-variant : small-caps;
  text-align : center;
  color : #336699
}

#content tr.toc1 p
{
  font-weight : bold;
}

#content tr.toc2 p
{
}
 
#content a:link, #content a:active
{
  color : #000000;
  color : #336699;
  text-decoration : none;
}

#content a:visited
{
  color : #968F79;
  text-decoration : none;
}

#content a:hover
{
  color : #336699;
  text-decoration : underline;
}

#content
{
  width : 42em !important;
  margin-right : 5%;
  margin-left : 7.5%;
}
