//
// $Header: /home/hoel/starship/public_html/RCS/bhoel.css,v 1.1 1999/03/04 21:17:14 hoel Exp $
//
// Default style sheet for my homepage mode.
//
// Written by Berthold Höllmann.
//
// $History: $
//

// dummy entry to make netscape happy
HAHA {
}

body {
  background-color:white;
  color:black;
}

h1, h2, h3 {
  color:maroon;
  font-family: sans-serif;
}

h1 {
  align:center;
  font-size:xx-large;
}

h2 {
  font-size:x-large;
}

h3 {
  font-size:large;
}

p  {
  color:black;
}

pre {
  margin-left:0.4in;
}

address {
  color:red;
  font-size:small;
}

H1.ModuleName, H1.FunctionName, H1.ClassName {
  align:block;
  font-size: xx-large;
}

.ClassHead	{
}

.Body		{
}

SPAN.PyKeyword, SPAN.VariableType {
  color: violet;
}

SPAN.ClassName {
  color: green;
}

SPAN.FunctionName, SPAN.VariableName {
  color: blue;
}

SPAN.VariableValue {
  color: red;
}

.Argument {
  color: brown;
}

.OneLiner {
  color: red;
}

.IndexEntry0, .IndexEntry1, .IndexEntry2, .IndexEntry3 {
  margin-top: 0;
  margin-bottom: 0;
}

.IndexEntry1 {
  margin-left: 1em;
}

.IndexEntry2 {
  margin-left: 2em;
}

.IndexEntry3 {
  margin-left: 3em;
}

A.DocLink, A.IndexLink {
  text-decoration: none;
}

