﻿
/* Elementi generici */

body, p, div, span, td, form, a, input, textarea, select, option
{
  margin      :   0px;
  font-family : Verdana;
  font-size   :  11px;
  color       : #3d3c3c;
}

a
{
  text-decoration: none;
}

a:hover
{
}

ul
{
}

.Content, .Content p
{
  line-height : 18px;
  color       : Black;
}

/* Elementi specifici */

.CopyRight
{
}

.CopyRightText, .CopyRightText a
{
  font-size : 9px;
}

.MainTitle
{
  margin-bottom : 20px;
}

.MainTitleText, .MainTitleText a
{
  color       : #f18e00;
  font-weight : bold;
}

