/*
 * Style sheet por mia hejmpagxo
 * $Id: stilo.css 792 2010-03-24 15:23:58Z michiel $

 */

body {
  background-color: #382;
  margin: 0;
  color:  #222;

}
h1 {
  margin-top: 0;
  padding: 10px;
  width: 100%;
  background-color: #392;
  border-bottom: solid 1px white;
}

p, h2 {
  padding: 10px;
}



a:link {
 color: white;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
hr {
 color: red;
 border-top: none;

}

