
html, body	{
		margin:		5px 0px 0px 0px;
		}



/*	Linkek...     */


A:link
	{
	font-family:		"Arial CE", Arial, Helvetica, Helv;
/*	font-family:		"Times New Roman CE", Times; */
	text-decoration:	none;
	font-weight:		bold;
	font-size:		11px;
	color:			#FF9911;
/*	color:			#FF3322; */
	}

A:visited
	{
	font-family:		"Arial CE", Arial, Helvetica, Helv;
/*	font-family:		"Times New Roman CE", Times; */
	text-decoration:	none;
	font-weight:		bold;
	font-size:		11px;
	color:			#FF9911;
/*	color:			#FF3322; */
	}

A:hover
	{
	font-family:		"Arial CE", Arial, Helvetica, Helv;
/*	font-family:		"Times New Roman CE", Times; */
	text-decoration:	none;
	font-weight:		bold;
	font-size:		11px;
	color:			#EEEEEE;
/*	color:			#FF9911; */
	}

A:active
	{
	font-family:		"Arial CE", Arial, Helvetica, Helv;
/*	font-family:		"Times New Roman CE", Times; */
	text-decoration:	none;
	font-weight:		bold;
	font-size:		11px;
	color:			#EEEEEE;
	}







/*	Cimek, bekezdesek...     */



p, h1, h2, h3, h4, h5, pre
	{
	font-family:		"Arial CE", Arial, Helvetica, Helv;
/*	font-family:		"Times New Roman CE", Times; */
	}

h1, h2, h3
	{
	color:			#FFDC00;
	}

p, h4, h5, pre
	{
	color:			#EEE8AA;
	}


h1
	{
	text-decoration:	none;
	font-weight:		bold;
	font-style:		normal;
	font-size:		18px;
	}

h2
	{
	text-decoration:	none;
	font-weight:		bold;
	font-style:		normal;
	font-size:		16px;
	}

h3
	{
	text-decoration:	none;
	font-weight:		bold;
	font-style:		normal;
	font-size:		13px;
	}

h4
	{
	text-decoration:	underline;
	font-weight:		bold;
	font-style:		normal;
	font-size:		13px;
	}

h5
	{
	text-decoration:	none;
	font-weight:		bold;
	font-style:		normal;
	font-size:		13px;
	}







/*      Tablazatok...   */

td
	{
	color:			#EEE8AA;
	}


.tdlc	{
	text-align:		left;
	vertical-align:		middle;
	}

.tdrc	{
	text-align:		right;
	vertical-align:		middle;
	}



.tdlt	{
	text-align:		left;
	vertical-align:		top;
	}

.tdrt	{
	text-align:		right;
	vertical-align:		top;
	}



.tdcc	{
	text-align:		center;
	vertical-align:		middle;
	}

.tdct	{
	text-align:		center;
	vertical-align:		top;
	}










/*      Szovegek...   */

.felirat
	{
	text-decoration:	none;
	font-weight:		bold;
	font-style:		normal;
	font-size:		11px;
	}







.center	{
	text-align:	center;
	}

.tcenter {
	margin:		auto;
	}







/*      Kepek...   */

img	{
	border:		0px;
	}




