BODY   { 
	background-color:#99CC00;
	margin-top: 20px;
	margin-right: 10px
	margin-left: 10px;
	margin-bottom: 0px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.titul  {
	font-family: "Century Gothic";
	font-size: 45px;
	text-align: center;
}
table {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.centrat {
	font-size: 12px;
	text-align: center;
}