body {
    background-color:black;
}

a.nounderline {
	text-decoration:none
}
a:link {
	text-decoration:none;
	background-color:transparent;
	font-family:tahoma;
    font-size:11px;
    color:gray;
    background-color:none;
    font-weight:bold;
}
a:visited {
	text-decoration:none;
	background-color:transparent;
	font-family:tahoma;
    font-size:11px;
    color:gray;
    background-color:none;
    font-weight:bold;
}
a:active {
	text-decoration:none;
	background-color:transparent;
	font-family:tahoma;
    font-size:11px;
    color:gray;
    background-color:none;
    font-weight:bold;
}
a:hover {
	text-decoration:none;
	background-color:transparent;
	font-family:tahoma;
    font-size:11px;
    color:white;
    background-color:none;
    font-weight:bold;
}

a.meniu:link {
	text-decoration:none;
	background-color:transparent;
	font-family:tahoma;
    font-size:10px;
    color:white;
}
a.meniu:visited {
	text-decoration:none;
	background-color:transparent;
	font-family:tahoma;
    font-size:10px;
    color:white;
}
a.meniu:active {
	text-decoration:none;
	background-color:transparent;
	font-family:tahoma;
    font-size:10px;
    color:white;
}
a.meniu:hover {
	text-decoration:underline;
	background-color:transparent;
	font-family:tahoma;
    font-size:10px;
    color:white;
}

.formbox {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: thin solid black;
}

td.meniu {
    text-align:center;
}

