body {
	background-color: rgb(100, 100, 100);
	background-image: url(images/background.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
	
.lomarc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #333333;
}
.titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #99CC00;
}

a:link {
	color: #333333;
	background-color: #E4E4E4;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;

 }
 
  a:visited { 
 color: #333333; 
 background-color: #E4E4E4;
 text-decoration: none;
 	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;

 }

 a:hover {
	color: #FFFFFF;
	background-color: #0D0D0D;
	text-decoration: none;
	border: 2px #66CC00;

 }


.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #99CC00;
}
