﻿/* body */

body {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	line-height: 20px;
	background: #CCCCCC; 
}
body,td,th {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}	

/* link */	

a:link {
	color: #333333;
	text-decoration: none;
	
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

/* tabelle tr td */
.box_DATI {
	background-color: #DDD;
	border: 4px solid #999; margin:10px;
}


input, textarea, select {
	font-family: Arial, Arial Narrow, Georgia; 
	color: #fff;
	border-color:#666;
	font-size:15px;
	letter-spacing: 1px;
	border-style: solid;
	border-width: thin;
	padding: 10px;
	background-color:#990000;
}

/* testi */

h1  {
    color: #666666; 
    text-align:center;
    font-size: 35px;
    font-weight: normal; 
    height :40px;
        
}

h2  {
    color: #666666; 
    text-align:center;
    font-size: 26px;
    font-weight: normal; 
    height :40px;
}
.titolo20  {
    color: #666666; 
    font-size: 26px;
    font-weight: normal; 
    height :40px;
}

.testoRED2 {
    font-size: 20px;
	color: #990000;
	text-decoration: none;
	line-height:40px;	
}


/* tabelle */

table  {
    width: 100%;
}

/* immagini */
img.png   {

    height: 50px;
    border: 0px;
    vertical-align: middle;
}   
img.pngsmall   {

    height: 24px;
    border: 0px;
    vertical-align: middle;
}
