codice css
/*MECOME CSS*/
 
*{margin:0px;padding:0px;}
 
/* Removing borders from linked images */ 
a img{border:none;}
 
/* removing extra margin from elements */
form{margin:0px;}
 

body,html{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 line-height: 20px;
 /*height: 100%;*/
}
 
.titolo{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 color: #979766;
 font-weight: bold;
}
 
.testo{
 font-size: 11px;
 line-height: 20px; 
}
 
.testograssetto{
 font-size: 11px;
 line-height: 20px;
 font-weight: bold;
}
 
.sottotitolo{
 font-size: 9px;
 font-weight: bold;
 color: #CC0000;
}
 
.testobig_corsivo{
 font-size: 16px;
 color: #999999;
 font-style: italic;
}
 
.didascalia{
 font-size: 9px;
}
 
#contatti{
 font-size: 9px;
 background-color: White;
}
 
/*input{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight: bold;
 color: Gray;
}*/
 
.select {
 BORDER-BOTTOM: #CCC 1px solid;
 BORDER-LEFT: #CCC 1px solid;
 BORDER-RIGHT: #CCC 1px solid;
 BORDER-TOP: #CCC 1px solid;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight: bold;
 color: Gray;
 line-height: 12px;
 padding: 2px;
 background-color: #FFF;
}
 
/*TABELLE MACCHINE---
----------------
.nomemacchina{
 font-size: 9px;
 font-weight: bold;
}*/
 

/*LINK------------
----------------*/
A {
 text-decoration : underline;
 color: #999999;
 font-size: 9px;
}
 
A:LINK {
 text-decoration : underline;
 color: #999999;
 font-size: 9px;
}
 
A:ACTIVE {
 text-decoration : underline;
 color: #999999;
 font-size: 9px;
}
 
A:HOVER {
 text-decoration : underline;
 color : #990000;
 font-size: 9px;
}
 
.nomemacchina A:link {
 font-size: 9px;
 font-weight: bold;
 color: #000000;
}
 
.nomemacchina A:visited {
 font-size: 9px;
 font-weight: bold;
 color: #000000;
}
 
.nomemacchina A:active {
 font-size: 9px;
 font-weight: bold;
 color: #000000;
}
 
.nomemacchina A:hover {
 font-size: 9px;
 font-weight: bold;
 color: #000000;
 background-color: Yellow;
}
----
.testo A:link {
 font-size: 9px;
 font-weight: bold;
 color: #000000;
}
 
.testo A:visited {
 font-size: 9px;
 font-weight: bold;
 color: #000000;
}
 
.testo A:active {
 font-size: 9px;
 font-weight: bold;
 color: #000000;
}
 
.testo A:hover {
 font-size: 9px;
 font-weight: bold;
 color: #000000;
 background-color: Yellow;
}
/*TABELLE DATI TECNICI --
----------------*/
#tabellaprincipale{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 9px;
 text-align: left;
 background-color: White;
 width: 90%;
}
 
.bg_nomemacchina{
 font-size: 11px;
 font-weight: bold;
 background-color: #666;
 color: #fff;
}
 
.bg_subnomemacchina{
 font-size: 10px;
 font-weight: bold;
 background-color: #999;
 color: #ffff00;
}
 
.colonna_dati_sx{
 background-color: #ebebeb;
 border-bottom: 1px dotted #cccccc;
}
 
.testosottolineato{
 border-bottom: 1px dotted #cccccc;
}
 
.bg_descrizione{
 background-color: #ebebeb;
 color: #333;
}

h1 {
 font-size: 14px;
 color: #999999;
 font-style: italic;
}
