﻿body
{
    margin-top: 10px;
    background-color: #ffffff;
}
.small
{
    font-family:Arial;
    font-size:11px;
    }  
.title
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    background-color: #B22222;
    } 
.tablemain{
    background-color: #ECF2FB;
}    
h1
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    }     
h2
{
    font-family:Arial;
    font-size:11px;
    font-weight:  lighter;
    } 
p
{
    font-family:Arial;  
    }  
    
.footer
{
    font-family:Arial;
    font-size:11px; 
    color:white;
    background-color: #ff9900;
    }
:link.footer
{
    font-family:Arial;
    font-size:11px; 
    color:white;
    }    
a
{
    font-family:Arial;
    font-size:11px;
    color: #888888;
    
    }
td
{
    font-family:Arial;
    font-size:11px;
    }
.table_products{
    border-style: solid;
    border-color: #ffdc98;
    border-width: 1px;
}   
.cerca{
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    width: 300px;
}
.cerca_scritta{
    color: #ff9900 ;
    font-family:Arial;
    font-size:12px;
}
.button{
    background-color: #ff9900 ;
    color: white;
}
