@charset "iso-8859-2";

.friss{
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : white;
}


/*P  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : white;
}

H1  {
	font-size : 16px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : brown;
}

H2  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-indent:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}

H3  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : green;
	text-indent:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}

H4  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : green;
	text-indent:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}

H5  {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #FFFFFF;
}
*/
/* Egy link így néz ki */
A  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : underline;
}

/* Már láttuk, már nem ez az aktív*/
A:Visited  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : lightgrey;
	text-decoration : underline;
}

/* ennek a linknek a tartalmát látjuk */
A:Active  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : underline;
}

/* rollover */
A:Hover  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : none;
}

/*BODY  {
	margin-left: 0px;
	margin-top: 0px;
	background-color : #DF2A19;
	font-family : Arial;
	font-size : 14px;
	color: white
}

TH  {
	font-family : Arial;
	font-weight : bold;
	color : #cc0000;
	font-size : 13px;
}

TABLE  {
	background-color : #FFFFFF;
	border-style : groove;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border-width : thin;
	border-color : red;
}

HR  {
	width : 100%;
	color : #990000;
}

.form {
 border-color : #cc0000;
 background: #ffffcc;
 font: 12px courier;
 color: #000000;
 }
.button {
 font: bold 12px Arial;
 color: #005494;
 background: #d0d0d0;
 border: 2 solid;
 text-decoration: none;
 }
*/
