﻿/*
CSS - Style sheet - Ricerche
*/

.ricerca
{
 font-size:"12px";  
}

.ricerca table 
{
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
}

.tabRicerca a:link,
.tabRicerca a:visited
{
    color:#474747;
    text-decoration: none;
    font-weight: 700;
}

.tabRicerca a:hover,
.tabRicerca a:active
{
    color:#3f5d84;
    text-decoration: underline;
}

.ricerca td
{
    padding-right: 5px;
}

.ric:link,
.ric:visited
{
    font-size: 12px;
    color:#99d200;
    text-decoration: none;
    font-weight: 700;
}

.ric:hover,
.ric:active
{
    color:#3f5d84;
    text-decoration: underline;
}

.ricerca h2
{
    color:#3f5d84;
    font-size:30px;
    font-weight: 400;
}
