
/* Compatibility */
body {
  font-family: sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: sans-serif;
}
pre {
  font-family: monospace;
}

/* Default style */
body {
  font-color: black;
}

/* Headings */
h1 {
  border-bottom-width: 3;
  border-bottom-style: solid;
  border-bottom-color: #88aacc;
  border-top-width:    3;
  border-top-style:    solid;
  border-top-color:    #88aacc;
  text-align:          center;
  background-color:    #eeeeff;
}

h2 {
  border-top-width:    2;
  border-top-style:    solid;
  border-top-color:    #88aacc;
  border-bottom-width: 2;
  border-bottom-style: solid;
  border-bottom-color: #88aacc;
  margin-top:          2em;
  background-color:    #f8f8ff;
}

h3 {
  border-bottom-width: 2;
  border-bottom-style: solid;
  border-bottom-color: #88aacc;
  margin-top:          1.5em;
}

/* Links */
a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  font-weight:     bold;
  color:           #224488;
}

a:hover {
  color: #3366dd;
  text-decoration: underline;
}

div.sidebar {
  top: 0;
  left: 0;
  width: 10em;
  position: absolute;
  margin: 2em;
}

div.main {
  top: 0;
  left: 10em;
  position: absolute;
  margin: 2em;
}

/* Subclasses: table */
.table {
  border-width:     2;
  border-color:     white;
  background-color: #f8f8ff;
  border-style:     groove;
}

/* Subclasses: td */
td {
  border-width:     2;
  padding:          2;
  border-color:     white;
  background-color: #f8f8ff;
  border-style:     groove;
}

li {
  margin-bottom: 1em;
}

/* Subclasses: note */
.note {
  font-size:        80%;
  font-style:       italic;
}

/* Subclass: quote */
.quote {
  color:            #333366;
  background-color: #e8e8ee;
  border-width:     1;
  border-style:     solid;
  border-color:     #88aacc;
  padding-left:     1em;
  padding-right:    1em;
  padding-top:      0.2em;
  padding-bottom:   0.2em;
}

p.button {
  margin-top: 4em;
}

p.copyright {
  font-size: 50%;
  text-align: right;
}

p.self {
  font-weight: bold;
}

