﻿@page 
{
}

body {
    background-color: #2769c7;
    background-image: url(background.png);
}

#container 
{
    text-align: center;
    width: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left:-400px;
    color: #FFFFFF;
}

a:link 
{
    color: White;
}

a:visited 
{
    color: White;
}

img 
{
    border: 0px;
}

.titolo 
{
    font-size: xx-large;
    font-weight: bold;
    display: inline;
}

.sottotitolo
{
    font-size: large;
    color: Yellow;
    display: inline;
}

.star 
{
    display: inline;
    color: Red;
    font-size: large;
    
}

table tr td 
{
    padding: 0px;
}

.tabellafrequenze tr td
{
    text-align: left;
    vertical-align: top;
}

.tabellamarche tr td 
{
    padding: 8px;
}

.piccolo 
{
    font-size: x-small;
}
