﻿body /* These becomes the initial settings for most other elements */
{
    background-color:#000000;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #000000;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
   
    background-position: top center;
    background-repeat:no-repeat;
}

body {
scrollbar-face-color: #ffd51f;
scrollbar-highlight-color: #ffd51f;
scrollbar-shadow-color: #ffd51f;
scrollbar-3dlight-color: #ffd51f;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffd51f;
scrollbar-darkshadow-color: #ffd51f;
}

tbody
{
    font-size: 12px;
    font-family: arial, sans-serif;
}

A:link
{
    color: black;
    text-decoration: none;
}
A:visited
{
    COLOR: navy;
    text-decoration: none;
}
A:hover
{
    COLOR: red;
    text-decoration: none;
}


/* ----------------Testi-------------  */


.testo_nero_blocco_sx
{
    font-size: 10pt;
    font-family: Tahoma;
    font-weight: bold; 
}

.testo_vetrina
{
    font-size: 10px;
    font-family: Tahoma;
    font-weight: bold; 
    color:#ffffff;
     text-align:left;
     padding-top:8px;
     padding-bottom:8px;
}

.testo_footer
{
    font-size: 11px;
    font-family: Tahoma;
    color:#000000;
}
.testo_footer a:link
{
    color: #000000;
    text-decoration: underline;
}
.testo_footer a:visited
{
    COLOR: #000000;
    text-decoration: none;
}
.testo_footer a:hover
{
    COLOR: red;
    text-decoration: none;
}

.red_bold
{
  font-size : 11px;
    font-family: Tahoma;
    color:red;
     font-weight: bold; 
}
.top
{
    font-size : 11px;
    font-family: Arial;
    color:white;
    font-weight: bold; 
}
