body {
	background-color: #353535;
	font-family: Georgia;
	color: #cccccc;
	font-size: 12px;
}
.text {
	font-family: Georgia;
	font-size: 12px;
	color: #cccccc;
}

.ttext {
	font-family: Georgia;
	font-size: 12px;
	color: #fffff;
	font-weight: bold;
	font-style:italic;
}

.titlu {
	font-family: Georgia;
	font-size: 14px;
    font-weight: bold;
	color: #ff9900;
}

.cursiv {
	font-family: Georgia;
	font-size: 12px;
    font-weight: bold;
    font-style:italic;    
	color: #ff9900;
}

.menu {
	font-family: Georgia;
	font-size: 10px;
	color: #cc0000;
	border: 1px outset;
}

a:link {
	font-family: Georgia;
	font-size: 12px;
	text-decoration: underline;
	color: #ff9900;
}
a:visited {
	font-family: Georgia;
	font-size: 12px;
	text-decoration: underline;
	color: #ff9900;
}
a:hover {
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
	color: #ff9900;
}

