body {
background-color: black;
}

a {
color: #ffcc00;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.allink {
color: #cc9900;
font-size: 11px;
text-decoration: none;
}

.allink:hover {
font-size: 11px;
text-decoration: underline;
}


td {
font-size: 13px;
font-color: white;
font-family: Verdana;
}

.menusor {
font-size: 13px;
font-color: white;
font-family: Verdana;
font-weight: bold;
}

.cikkbody {
color: white;
font-family: Verdana;
font-weight: normal;
font-size: 12px;
}

.kiemelt {
	border: 1px solid #A5ACC0;
	text-align: left;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: white;
	margin: 5px;



}
.kiemelt2 {

	border: 1px dotted #A5ACC0;
	text-align: left;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	margin: 5px;
}

.focim {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        color: #ffcc00;
        font-weight: bold;
        padding-top: 20px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-left-width: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-bottom-color: #A0A7BC;
}


