/*
 * main.css --- main style sheet for ers.dhs.org/~ernesto
 *
 * Copyright © 2002 by Ernesto Rico-Schmidt <nene@sbox.tugraz.at>
 *
 */

body { 
  color: #555555;
  background: #555555;
  font-family: sans-serif;
}

a:link {
  color: #444444;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: #777777;
  text-decoration: underline;
  font-weight: bold;
}
a:active {
  color: #888888;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

a.blog {
  text-decoration: underline;
  font-weight: bold;
  font-size: small;
}

h1, h2 { 
  color: #555555;
  background-color: #dddddd;
  font-family: sans-serif;
  text-align: left;
}

h3, h4 { 
  color: #555555;
  background-color: #dddddd;
  font-family: sans-serif;
  text-align: left;
}

h5, h6 { 
  color: #555555;
  background-color: #dddddd;
  font-family: sans-serif;
  text-align: left;
}

dl, ul, ol, p, li, dd, dt {
  font-family: sans-serif;
  text-align: left;
}

td {
  font-family: sans-serif;
}

p {
  margin-left: +5px;
  margin-right: +5px;
}

DIV.copyright {
  font-size: x-small;
  text-align: left;
}
