﻿body
{
    background-color: #000000;
    color: #CCFFCC;
    font-family: Verdana;
}
#background
{
    min-height: 600px;
    width: 1024px;
    margin: auto;
    overflow: hidden;
    font-family: "Trebuchet MS";
    color: #000000;
    background-color: #FFFF99;
}
#header
{
    width: 1000px;
    margin: auto;
    overflow: hidden;
}
#logo
{
    width: 500px;
    display: block;
    float: left;
}
#slogan
{
    height: 170px;
}
#menu
{
    background-color: #FFCC66;
}
#col_sin
{
    width: 150px;
}
#corpo
{
    width: 700px;
}
#col_des
{
    width: 300px;
}
#footer
{
    text-align: center;
}
.style3
        {
            font-size: large;
        }
.articoli
{
    background-color: #FFFF99;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: small;
}
.titolo
{
    background-color: #FFFF99;
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: x-large;
}
.autore
{
    font-size: small;
    font-weight: bold;
}
.articolo_prima
{
    background-color: #FFFF99;
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 8pt;
}
.titolo_prima
{
    font-weight: bold;
    font-size: small;
}
img {border: none}