﻿.Titolo
{
width: 98%;
margin-left: 2%; 
text-align: left; 
height: 40px; 
padding-top: 5px;
font-size: 15px;
float:left; 
font-weight: bold
}

.Colonna_fiera
{
    height: 80px;
    font-weight: bold;
    color:red ;
    width: 30% ;
     border-style: none none solid none;
     border-width: thin; 
     border-color: #C0C0C0
}

.Colonna_logo
{
    height: 80px;
    font-weight: bold;
    width: 20% ;
     border-style: none none solid none;
     border-width: thin; 
     border-color: #C0C0C0
}

.Colonna_data
{
    height: 80px;
    width: 30% ;
     border-style: none none solid none;
     border-width: thin; 
     border-color: #C0C0C0
}

.Colonna_pav
{
    height: 80px;
    width: 20% ;
     border-style: none none solid none;
     border-width: thin; 
     border-color: #C0C0C0
}

.Div_Tabella
{
    margin-left: 1%;
    width: 99%
}

