body
{
    background-color : #404040;
    font-family: verdana, sans-serif;
    font-size: 11px;
    
    color: #343434;
}
table.main
{
    background-color: #a2a2a2;
    width: 930px;
}
table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 1px;
	border-style: inset inset inset inset;
	
	border-collapse: separate;
	background-color: #A2A2A2;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 8px 8px 8px;
}
A:LINK {
 color : #a2a2a2;
 text-decoration: none
 border: 0px;
}

A:VISITED {
 color : #a2a2a2;
 text-decoration: none
 border: 0px;
}

A:HOVER {
 color : #a2a2a2;
 text-decoration : underline;
 border: 0px;
}

A:ACTIVE {
 color : #a2a2a2;
 text-decoration: underline
 border: 0px;
}

td.ciao{
    background-image: url("../images/bordo1.gif");
    width: 5px;
}

td.ciao1{
    background-image: url("../images/bordo2.gif");
}
p
{ 
text-align: justify
}
input {
    background: #404040;
    border: 0px;
    color: white;
}
textarea {
    background: #404040;
    border: 0px;
    color: white;
}
