
h1{
font-family: Times New Roman;
font-size: 17px;
color: #3D81EE;
text-align: center;
font-weight: bold;
display: inline;
}

h2{
font-family: Times New Roman;
font-size: 16px;
color: #3D81EE;
text-align: center;
font-weight: bold;
display: inline;
}

h3{
font-family: Times New Roman;
font-size: 12px;
color: #3D81EE;
text-align: center;
font-weight: normal;
display: inline;
}

div.cikkszoveg {
font-family: Times New Roman;
font-size: 16px;
color: #3D81EE;
text-align: center;
font-weight: bold;
display: inline;
}

.over {
filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

.normal {
filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

A:HOVER {color: #3D81EE;text-decoration: none;}

a:link    {
		text-decoration: none;
		color: #3D81EE;
		font-weight: bold;
	 }                      /* nem látogatott link */
a:visited { 
		text-decoration: none;
		color: #3D81EE;
		font-weight: bold;
	 }                        /* látogatott link */
a:active  { 
		text-decoration: none;
		color: #3D81EE;
		font-weight: bold;
	}                                /* aktív link */
a:hover   {
		text-decoration: none;
		color: #3D81EE;
		font-weight: bold;
	}   						/* kijelölt link */
	

