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 : 650px;
		position:absolute;
		left: 50px;
}
#tabella2 {
        font-size: 10pt;
		/*table-layout : fixed;*/
		/*width : 150px;*/
		background : #ffffff;
		border-collapse : collapse;
		border-spacing : 0px;
		padding: 0px;
		border: 0px solid #555599;
}

#tabella2 td {
        font-size: 10pt;
		border-top: 2px solid #555599;
		border-bottom: 2px solid #555599;
}

#tabella3 {
        font-size: 10pt; 
		/*table-layout : fixed;*/
		/*width : 150px;*/
		/*background : #ffffff;*/
		border-collapse : collapse;
		*/border-spacing : 0px;*/
		/*padding: 2px;*/
		/*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; 
}

