.menu   {
        position:absolute;
        top:0px;
        left:2px;
        width:140px;
        height:670px;
        background-image:URL('bg-00.jpg');
}
.link   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:white;
        background-color:darkgreen;
        width:100px;
        border:4px outset green;
}
.link:hover   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        background-color:white;
        color:darkgreen;
        width:100px;
        border:4px inset white;
}
.ft     {
        position:absolute;
        bottom:10px;
        left:40%;
}
.credit {
        text-decoration:none;
        font-size:8px;
        font-family:verdana,arial;
        font-weight:bold;
        color:darkgreen;
}
.credit:hover {
        text-decoration:none;
        font-size:8px;
        font-family:verdana,arial;
        font-weight:bold;
        color:darkgoldenrod;
}
.cnt    {
        position:absolute;
        bottom:10px;
        left:5px;
}
.cnt2   {
        background-color:silver;
}
.par    {
        width:100%;
        height:100%;
}
.news   {
        position:absolute;
        top:5px;
        left:1px;
        width:45%;
        padding-left:5px;
        padding-right:5px;
        border:1px solid darkgreen;
        background-color:e4ffe4;
}
.arch   {
        position:absolute;
        top:5px;
        right:10px;
        width:45%;
        height:99%;
        padding-left:5px;
        padding-right:5px;
        overflow:scroll;
        border:1px solid darkgreen;
        background-color:e4ffe4;
}
.arch2   {
        position:absolute;
        top:5px;
        right:10px;
        width:45%;
        padding-left:5px;
        padding-right:5px;
        border:1px solid darkgreen;
        background-color:e4ffe4;
}
.arch3   {
        position:absolute;
        top:200px;
        left:400px;
        width:45%;
        padding-left:5px;
        padding-right:5px;
}
.text   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:darkgreen;
}
.text:hover   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        background-color:black;
        color:silver;
}
.link2   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:darkgoldenrod;
        width:100px;

}
.link2:hover   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:black;
        width:100px;
}
.mod    {
        position:absolute;
        top:10px;
        left:20%;
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:white;
        border:1px solid darkgreen;
        background-color:e4ffe4;
}        
.mod2    {
        position:absolute;
        top:10px;
        left:50%;
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:white;
        border:1px solid darkgreen;
        background-color:e4ffe4;
}  
.text2   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:goldenrod;
}
.text3   {
        text-decoration:none;
        font-size:12px;
        font-family:verdana,arial;
        font-weight:normal;
        color:white;
}
.roster   {
        position:absolute;
        top:5px;
        left:1px;
        width:60%;
        padding-left:5px;
        padding-right:5px;
        border:1px solid red;
}
.roster2   {
        position:absolute;
        top:5px;
        right:10px;
        width:35%;
        border:1px solid blue;
}
.storia   {
        position:absolute;
        top:5px;
        left:1px;
        width:45%;
        height:99%;
        padding-left:5px;
        padding-right:5px;
        border:1px solid darkgreen;
        overflow:scroll;
        background-color:e4ffe4;
}
.link3   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:white;
        background-color:darkgreen;
        border:4px outset green;
}
.link3:hover   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        background-color:white;
        color:darkgreen;
        border: 4px inset white;
}
.link4   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:darkgreen;
        background-color:white;
        border:1px solid green;
}
.link5   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:darkgoldenrod;

}
.link5:hover   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:black;
}
.wrong   {
        text-decoration:none;
        font-size:10px;
        font-family:verdana,arial;
        font-weight:bold;
        color:white;
        background-color:red;
        border:2px solid darkred;
}