/*
 * style sheet: Hany's Home Page - I support the European Telecommunications Boycott.
 * Peter Hanecak
 */

body { 
  color: rgb(192,192,192);
  background: rgb(0,0,96);
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  font-size: 110%;
}

/*img {
  align: center;
}*/

a {
  color: white;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}
a:active {
  color: white;
}

p {
  text-align: center;
}
