
/**
 * style.css -- default stylesheet for Escluderlate
 *
 * Copyright (C) 2007 Luigi paiella
 * Licensed under the GNU GPL v2. For full terms see the file COPYING.
 * $Id: style.css,v 1.0 20070325 13:45:50 
 */


code {
    color : #40a59e;
    font-style : italic;
  }


.licenza {
    font-style: italic;
  }


.firma {
    font-family: Verdana,Arial,sans-serif;
    color: #ff0000;
    font-size: 10pt;
    text-align: center;
    font-weight: lighter;
    font-style: italic;
  }


p {
    padding-left:20px;
    padding-right : 20px;
  }


body {
    color : #000000;
    font-family : Tahoma, Verdana, Arial, 'sans-serif';
    font-size : 14px;
    font-weight : normal;
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    text-decoration : none;
    width : 734px;
  }


div {
    /**/ border-bottom-style : solid;
    background-color : #e6e6e6;
    border-bottom-width : 3px;
    border-left-style : solid;
    border-left-width : 3px;
    border-right-style : solid;
    border-right-width : 3px;
    border-top-style : solid;
    border-top-width : 3px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


a:link {
    font-family:Tahoma,Verdana,Arial,sans-serif;
    text-decoration:none;
    
  }


a:visited {
    font-size:1em;text-decoration: underline;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    color:gray;
    text-decoration:none;
    
  }


a:hover {
    font-size : 14px;
    
    text-decoration : underline;
    color:red;
  }


h1 {
    color : #fb0000;
    font-family : Arial;
    font-size : 40px;
    text-align : center;
  }

h1.surfdose {
    text-align : left;
    color : #3178f4;
    font-family : Arial;
    font-size : 22px;
    font-weight : bold;
  }

h2 {
    color : #3178f4;
    font-family : Arial;
    font-size : 22px;
    font-weight : bold;
  }


h3 {
    font-family : Arial;
    font-size : 14px;
    font-style : italic;
    font-weight : bold;
  }

