/* CSS StyleSheet per www.alessandrotintori.com release 3.0 */
/* Copyright 2002 Alessandro Tintori                        */

/* Usati */
A
	{
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	}

A:active
	{
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	}

A:visited
	{
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	}

A:hover
	{
	color: #800000;
	text-decoration: underline;
	font-weight: bold;
}

BODY
	{
        font-family:  verdana, helvetica, sans-serif, serif, times new roman;
	font-size: 12px;
	color: #323232;
	}

TD
	{
	font-size: 12px;
        font-family: verdana, helvetica, sans-serif, serif, times new roman;
	}

.head1
	{
	text-align: center;
	font-size: 20px;
        font-family: verdana, helvetica, sans-serif, serif, times new roman;
	}

.head2
	{
	text-align: center;
	font-size: 16px; 
        font-family: verdana, helvetica, sans-serif, serif, times new roman;
	}

.navbar
	{
        font-family: arial, verdana, helvetica, sans-serif, serif, times new roman;
	font-size: 12px;
	}

.footer
	{
        font-family: arial, verdana, helvetica, sans-serif, serif, times new roman;
	font-size: 12px;
	color: #FFFFFF;
	}



/* Non usati */

HR
	{
	size: 1px;
	color: #323232;
	}

.head3	{
	font-size: 14px;
	font-weight: bold;
	}

.head4	{
	font-size: 10px;
	}

.copyright
	{
	text-align: center;
	font-size: 11px;
	}

.blockquote
	{
	text-align: left;
	margin-left: 6%;
	margin-right: 6%;
	}

.line
	{
	text-align: left;
	margin-left: 6%;
	margin-right: 6%;
	}

.profile
	{
	text-align: left;
	margin-left: 6%;
	margin-right: 6%;
	}
.sprofile
	{
	text-align: left;
	margin-left: 6%;
	margin-right: 6%;
	font-size: 10px;
	}
       .left          { text-align: left; }
       .center        { text-align: center; }
       .right         { text-align: right; }
       .xlarge        { font-size: x-large; }
       .large         { font-size: large; }
       .medium        { font-size: medium; }
       .small         { font-size: small; }
       .button        { text-align: center; font-size: 10px; }
       .guide         { text-align: center; font-size: 10px; }
       .caption       { text-align: center; font-size: 12px; }
       .thumbnail     { font-size: 10px; }
       .links         { font-size: 10px; }
       .bold          { font-weight: bold; }
       .italic        { font-style: italic; }

       .black         { color: #000000 }
       .navy          { color: #000080 }
       .blue          { color: #0000ff }
       .green         { color: #008000 }
       .teal          { color: #008080 }
       .lime          { color: #00ff00 }
       .aqua          { color: #00ffff }
       .maroon        { color: #800000 }
       .purple        { color: #800080 }
       .olive         { color: #808000 }
       .gray          { color: #808080 }
       .silver        { color: #c0c0c0 }
       .red           { color: #ff0000 }
       .fuchsia       { color: #ff00ff }
       .yellow        { color: #ffff00 }
       .white         { color: #ffffff }
