/*Betűk, bekezdés, divek és tábla*/
body, p, span, div, td {
color: #909090;
font-family:  verdana, sans-serif; 
font-size: 11px; 
}

h1.szin {
     text-align: center;
	 color: #5c487b;
	 font-weight: srong;
	 font-size: 11px;
     }
h1.kiemel {
     text-align: no;
	 color: #5c487b;
	 font-weight: srong;
	 font-size: 11px;
     }


/* Normal, standard links. */
a:link
{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:visited
{
	color: #D0D0D0;
	text-decoration: none;
    font-size:10px;
	font-weight: bold;
}
a:hover
{
   color: #5c487b;
   text-decoration: none;
   font-size: 10px;
   font-weight: bold;
}

/*táblázt*/
body {
	background: #00000;
	margin: 0;
	padding: 1px;
	line-height: 1.4em;
	font-family: tahoma, arial, sans-serif;
}
table {
	margin: 0;
	background: #00000;
	border: 0px dashed #ffffff;
	border-collapse: collapse;
}

td, th {
	border-bottom: 0px solid #ffffff;
	padding: 4px;
	text-align: left;
	}







