* { padding: 0; margin: 0; border: 0; font-family: inherit; }

a:link,a:active,a:visited {color : #FFFFFF;text-decoration: none;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color: #f0f0f8;
  /*-moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
}

code, pre, abbr, kbd {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

#wrapper {
  width: 955px;
  margin: auto;
  background-color: white;
}

.terkep {
  margin: 25px;
}

.terkep label {
  color : blue;
}

.szoveg {
  text-align: justify;
  margin: 30px;
}

.szoveg a:link, .szoveg a:active, .szoveg a:visited {
  color : blue;
}

.copyright {
  background-color: #ffd801;
  padding: 5px;
}

.copyright p {
  text-align: center;
  font-size: .8em;
}

@media only screen
and (min-width : 320px)
and (max-width : 640px) {
  #wrapper { width: 100%;}
}