@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #000000;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a {
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}
.header {
	color:#000000;
	font-size:6px;
}

p{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
p.titlu {
	font-size:14px;
	}
-->