/*
 * Style sheet for the HTML 4.0 specification
*/

A:link {
   color: #0f8f8f;
   background: transparent;
}
A:visited {
   color: #8f8f0f;
   background: transparent;
}
A:active {
   color: red;
   background: transparent;
}
DIV.LastUpdate {
   color: #ffff00;
   background: black;
   width: 80px;
}
.CodeBlock {
   color: #0f0f0f;
   background: #0fbf8f;
   font-size:small;
   width: 80px;
}
pre.CodeBlock {
   color: #0f0f0f;
   background: #0fbf8f;
   font-size:small;
   width: 80px;
}
.Console {
   color: #dfdfdf;
   background: black;
}
