BODY
        { 
        margin: 1em;
        font-family: serif;
        line-height: 1.1;
        background: moccasin;
        color: black; 
        }

FHNEV		/*felhasználónév*/
	{
	font-size: 14pt;
	font-weight: bold;
	}
		
H1		/*Nincs áru szöveg*/
	{
	display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center;
        font-weight: bold;
        font-size: x-large	
	}

HIBA		/*Hibaüzenetek*/
	{
        text-align: center;
        font-weight: bold;
	color: red;
        font-size: 12pt	
	}

OSSZ		/*Összesen ... szövegek*/
	{
	font-weight:bold;
	font-size: 13pt;
	letter-spacing: 0.1em;
	}

td.LCIM		/*áruk címe*/
	{
	font-weight: bold;
	font-size: 13pt;
	}

td.TABL		/*táblázatok fejléce*/
	{
	font-weight: bold;
	font-size: 13pt;
	background: darkorange;
	border-width:2px
	}
td.KCIM		/*Kosár tartalma*/
	{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	}

KCIM		/*Kosár tartalma*/
	{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	}

		/* nem látogatott link */
A:link
        {
	font-family: Comic Sans MS;
	color: blue;
	text-decoration: none
        }

		/* látogatott link */
A:visited
        {
	font-family: Comic Sans MS;
        color: blue;
	text-decoration: none
        }

		/* aktív link */
A:active
        {
	font-family: Comic Sans MS;
        color: #818188;
	text-decoration: none
        }

A.kiem:link	/*Kiemelt ajánlataink*/
	{
	color: orangered;
	font-size: 13pt;
	text-decoration: underline;
	}

A.kiem:visited
	{
	color: orangered;
	font-size: 13pt;
	text-decoration: underline; 
	}

A.katg:link	/*Kategóriák*/
	{
	color: #700000;
	}

A.alkatg:link	/*Al-Kategóriák*/
	{
	color: #ff6600;
	}

A.alkatg:visited
	{
	color: #ff6600;
	}

A.alkatg:active
	{
	color: #818188;
	}

A.fix:visited	/*fix linkek: Jelszó módosítása, Adataim, Kosárhoz, Regisztráció*/
	{
	color: blue;
	}

A.jobb:link	/*Elfelejtett jelszó, Kilépés*/
	{
	border-left:2px solid blue;
	padding:0 5px;
	}

A.jobb:visited
	{
	color: blue;
	border-left:2px solid blue;
	padding:0 5px;
	}

A.jobb:active
	{
	border-left:2px solid blue;
	padding:0 5px;
	}

A.rega:link	/*részletek, galéria*/
	{
	}

A.rega:visited
	{
	}
/* az IMG elemek körüli szegély színének beállításához
   kapcsolódó szelektort kell használni. */

A:link IMG
        {
        border: 2px solid blue
        }

A:visited IMG
        {
        border: 2px solid red
        }

A:active IMG
        {
        border: 2px solid lime
        }


