body {
  margin: 0;
  background-color:#eff; 
  target-name:new;
  target-new:tab;
}
a:link{
   color:#00f;
}
a:visited{
   color:#090;
}
a:hover{
   color:#0b0;
}
a:active{
   color:#f00;
}
h1{
   text-align:center;
   color:#f00;
}
.fontos{
   color:#f00;
} 
#honlap{
   text-align:center;
   font-style:italic;
}