/* CSS Document */
body{
font-family:Georgia;
font-size:15px;
color:#483521;
}


p
{
font-family:Georgia;
font-size:15px;
color:#483521;
}

.normalbrown
{
font-family:Georgia;
font-size:15px;
color:#483521;
}

.bignormalbrown{ 
font-family:Georgia;
font-size:17px;
color:#483521;
}

.titolo{ 
font-family:Georgia;
font-size:20px;
color:#483521;
}

.capitals
{
font-family:"Trebuchet MS";
font-variant:small-caps;
font-size:20px;
color:#483521;
font-weight:bold;
}

.capitals14
{
font-family:"Trebuchet MS";
font-variant:small-caps;
font-size:14px;
color:#483521;
font-weight:bold;
}


a:link{
text-decoration:underline;
color:#483521;}

a:visited{
text-decoration:underline;
color:#483521;}

a:hover{
text-decoration:underline;
font-style:normal;
color:#483521;}


.mailme:link{
font-size:12px;
text-decoration:underline;
color:#fff6d5;}

.mailme:visited{
font-size:12px;
text-decoration:underline;
color:#fff6d5;}

.mailme:hover{
font-size:12px;
text-decoration:overline underline ;
color:#fff6d5;}