body {
margin: 0px;
}
table, td {
font-size: 12px;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
color: #000;
}

h1 {
font-size:16px;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
color: #000;
}

h2 {
font-size:10px;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
color: #000;
}

td.menu {
background-image: url(immagini/tab.gif);
color: #FFF;
text-align: center;
font-weight: bold;
}

td.error {
color: #800000;
}

.imgbord {
  border:1px solid #000;
}

.input {
color: #000;
background:#fff;
border: 1px solid green;
font-size: 12px;
padding: 1px 2px;
}

hr {
background-color:transparent; 
border:1px dashed green;
}

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: none}

a.tabs:link {
	    color: #ffffff;
	    letter-spacing: -1px;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration: none;
}
a.tabs:active {
	    color: #ffffff;
	    letter-spacing: -1px;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration: none;
}
a.tabs:visited {
	    color: #ffffff;
	    letter-spacing: -1px;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration: none;
}
a.tabs:hover {
	    color: #FFCC00;
	    letter-spacing: -1px;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration: none;
}
a.txt{font-weight:normal; text-decoration:none}
a.txt:hover{font-weight:normal; text-decoration:none}

