html {
                 scrollbar-base-color: #111111;
                 scrollbar-arrow-color: white;
                 scrollbar-track-color: #444444;

                 scrollbar-shadow-color: black;
                 scrollbar-lightshadow-color: black;
                 scrollbar-darkshadow-color: gray;

                 scrollbar-highlight-color: #EEEEEE;
                 scrollbar-3dlight-color: black;
           }

body {
                 background-color: #111111;
                 color: #EEEEEE;
          }

table {
                 border-style: 1px white solid;
                 background-color: black;
          }

blockquote {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #808080;
                  background-color: #000000;
                  color: #FFFFFF;
}

blockquote.code {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #EEEEEE;
                  background-color: #000000;
                  color: #00DFDF;
                  font-weight: bold;
}


blockquote span.comment {
                 color: #808080;
                 font-style: italic;
                 font-weight: none;
                                           }

span.copyright {
                 font-style: italic;
                 font-size:  10pt;
                 color: #C0C0C0
               }
div.right {
                 text-align: right;
                }

div.left {
                 text-align: left;
                }

div.center {
                 text-align: center;
                }

a:link {
                 color: #2288FF;
                 font-weight: bold;
                 text-decoration: none;
           }

a:link.keyword {
                 text-decoration: none;
                 color:  #00FF00;
              }

a:link.concept {
                 text-decoration: none;
                 color:  #00FFFF;
                 font-style: italic;
              }

a:link.operator {
                 text-decoration: none;
                 color:  #FF0000;
              }

a:link.preprocessor {
                 text-decoration: none;
                 color:  #00AAAA;
              }

a:hover {
                  color: #ffffff;
                  background-color: #2244FF;
              }

a:active {
                  color: #ffff00;
                  background-color: #000000;
              }

a:visited {
                 color: 0033cc;
                 font-weight: bold;
                 text-decoration: none;
                 font-style: italic;
                }

a:visited.keyword {
                 text-decoration: none;
                 color:  #00FF00;
                 font-style: normal;
              }

a:visited.concept {
                 text-decoration: none;
                 color:  #00FFFF;
                 font-style: italic;
              }

a:visited.operator {
                 text-decoration: none;
                 color:  #FF0000;
                 font-style: normal;
              }

a:link.navigation {
                 color: #00CCFF;
                 font-style: normal;
                             }

a:visited.navigation {
                 color: #00CCFF;
                 font-style: normal;
                                  }

a:visited.preprocessor {
                 text-decoration: none;
                 color:  #00AAAA;
              }

a img { border: none; }