/* -*-C++-*-
 * Style sheet por mia hejmpagxo
 * $Id$	
 
*/


a:link {
 color: blue; 
 background: transparent;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 color: purple;
 background: transparent;
 font-weight: bold;
 text-decoration: none;
}


body { 
  color: rgb(0,0,0);
  background: rgb(200,200,200);
  margin-left:10%;
  margin-right: 10%;
}
