A:LINK {
color : Blue;
text-decoration: none
}
A:VISITED {
color : Purple;
text-decoration: none
}
A:HOVER {
color : Red;
text-decoration : underline;
}
A:ACTIVE {
color : Red;
text-decoration: underline
}

body {
     font-family: arial;
}
#tabella1 {
        font-size: 10pt; 
		width : 750px;
		position:absolute;
		left: 50px;
}
#tabella2 {
        font-size: 10pt;
		/*table-layout : fixed;*/
		width : 25%;
		/*background : #ffffcc;*/
		/*border-collapse : collapse;*/
		border-spacing : 3px;
		padding: 0px;
		/*border: 0px solid #800000;*/
}

#tabella2 td {
        font-size: 10pt;
		/*border-top: 2px; /*solid #800000;*/
		/*border-bottom: 2px;  /*solid #800000;*/
		/*border-right: 2px;  /*solid #800000;*/
		/*border-left: 2px; /* solid #800000;*/
}

#tabella3 {
        font-size: 10pt; 
		/*table-layout : fixed;*/
		/*width : 150px;*/
		/*background : #ffffff;*/
		border-collapse : collapse;
		/border-spacing : 0px;
		padding: 0px;
		/*border: 0px solid #555599;*/
}

#tabella3 td {
        font-size: 10pt; 
		border-right: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
}
#tabella4 {
       	font-size: 10pt; 
}
#tabella4 td {
       	font-size: 10pt; 
}
