/* 
rot #FF0033 #CC0033 #990033 #660033
blau #666699 #336699
*/

/* general html elements */
body {
    
}

h1 {
  font-family:Arial,sans-serif;
  font-size:150%;
  color:#990033; 
}

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { 
  font-family:Arial,sans-serif; 
  font-size:100%;
  color:#336699; 
}

pre,tt { 
  font-family:Courier New,Courier; 
  color:#990033; 
  font-weight:bold; 
}

a:link { 
  color:#666699; 
  text-decoration:underline; 
}

a:visited { 
  color:#336699; 
  text-decoration:underline; 
}

a:active { 
  color:#66CCFF; 
  text-decoration:none; 
}

/* classes from docbook website */

span.curpage           { 
  font-weight:bold;
  font-weight:bold;
}
span.curpage A         { 
  text-decoration:none;
}
span.curpage A:link    { 
  text-decoration:none;
}
span.curpage A:visited { 
  text-decoration:none;
}
span.toplevel A          { 
  text-decoration:none;
}
span.toplevel A:link     { 
  text-decoration:none;
}
span.toplevel A:visited  { 
  text-decoration:none;
}
span.otherpage           { 
  text-decoration:none;
}
span.otherpage A         { 
  text-decoration:none;
}
span.otherpage A:link    { 
  text-decoration:none;
}
span.otherpage A:visited { 
  text-decoration:none;
}
span.descendant A         { 
  text-decoration:none;
}
span.descendant A:link    { 
  text-decoration:none;
}
span.descendant A:visited { 
  text-decoration:none;
}
span.ancestor A         { 
  text-decoration:none;
}
span.ancestor A:link    { 
  text-decoration:none;
}
span.ancestor A:visited { 
  text-decoration:none;
}

.navfoot { 
  font-size: 70%; 
  color:#990033;
}
.navfoot a:link { 
  color:#990033;
}
.navfoot a:visited {
  color:#990033;
}

span.footdate { 
  color:#990033; 
}
span.foothome { 
  color:#990033; 
}
span.footfeed { 
  color:#990033; 
}
span.footcopy { 
  color:#990033; 
}
