A:link    { color: grey;
		text-decoration: none }    /* unvisited links */
A:visited { color: white;
		text-decoration: none  }   /* visited links   */
A:hover   { color: grey;
		text-decoration: none  } /* user hovers     */



* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial, sans serif;
}

body {
  background: #000;
  color: #eee;
}

#everything {
  width: 780px;
  margin: 0 auto;
  text-align: center; 

}

#nev {
  font-size: 150%;
  margin: 25px 0;
}

#eredmeny {
  font-size: 180%;
  margin: 25px 0;
  color: #fff;
}

#bevezeto {
  margin: 25px 0;
  font-size: 110%;
  color: #ddd;
}

form {}

#name {
  font-size: 120%;
  margin: 15px 0;
  padding: 4px;
  background: #fff url("bg.gif") top left repeat-x;
}

form a {
  color: #fff;
}

#audit {
  margin-top: 40px;
}