body {
	background-color: #020;
	color: yellow;
	margin: 10px 250px;
	line-height:300%;
}
h1{
	text-align:center;
}
a:link{
    color:#e09;
}
a:visited{
	color:#e03; 
}
a:hover{
	font-weight:bold;
	background-color:purple;
	padding:3px;
}
a:active{
	color:#000; 
}

#ugras  a:link, #ugras  a:visited{
	text-decoration:blink;/*none; underline;overline;line-through*/
	font-size:1.3em;
}

a.jelenlegi:link, a.jelenlegi:visited, a.jelenlegi:hover, a.jelenlegi:active {
	color:yellow;
	text-decoration:none;
}