﻿body, html 
{ 
    margin: 0; 
    padding: 0; 
    padding-top: 10px;
    text-align: center; 
    font-size: 12px;
	font-weight:normal;
}
body
{
    background: #EAEAEA url(../immagini_sito/wrapper.png) repeat-y center;    
    text-align: center
}

table 
{
    background-color: #ffffff;
}

body,td,th 
{ 
    font-family: "Century Gothic",Arial, Verdana, Tahoma, sans-serif; 
}

#centered
{ 
 width: 930px; 
 text-align: left; 
 border: 0px; 
 padding: 0;  
 margin: 0 auto; 
} 

.inputForm
{
    color: #333333;
    border: 1px solid #666666;
    background: #ffffff;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 11px;
    line-height: normal;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    margin-left: 0px;
}

.buttonform
{
    font-size: 12px;
    color: #000000;
    border: 1px solid #000000;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    background-color: #dddddd;
}

a.categorie
{
	color: #783E97;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}
a.categorie:hover
{
	color: #783E97;
	text-decoration: underline;
}

a 
{
	color: #783E97;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:hover
{
	color: #783E97;
	text-decoration: underline;
}

a.titoloArticolo 
{
	color: #783E97;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
a.titoloArticolo:hover
{
	color: #783E97;
	text-decoration: underline;
}

.imgright {
    float: right;
    padding: 0px 0px 5px 10px;
}

.bigBanner 
{
    border: solid 1px #783E97; 
    padding: 5px; 
    text-align:left; 
    vertical-align:middle;
    margin: 0;
    font-size:5px;
}

.aforismi 
{
    padding: 5px;
    font-size: 17px;
    color: Gray;
    font-style:italic
}