body
{
  background-color: rgb(240,230,230);
  font-family: Helvetica;
}

hr
{
  height: 2px;
  border-width: 5px 0px 0px 0px;
  border-style: solid;
  border-color: rgb(30,30,30);
}

img
{
 border: 0px;
}

h1, h2, h3 {
    font-weight: normal    
}

a
{
  color: rgb(100,0,190);
  text-decoration: none;
}

a:visited
{
  color: rgb(0,0,190);
  text-decoration: none;
}

a:hover
{
  color: rgb(20,10,250);
  text-decoration: none;
  background-color: rgb(250,250,100);
}
