
p,li,BODY,TD {
	font-size: x-small;
	font-style: normal;
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	margin-left : 10;
	line-height : 120%;
	background-color : White;
}
	
	h1 {
	font-size: medium;
	color: Black;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 10;
}
h2 {
	font-size: small;
	color: Black;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 10;
}

H3 {
	font-size: x-small;
	text-align : left;
	font-style : italic;
}


pre{
	font-size: larger;
	font-style: normal;
	text-align : left;
	font-family : Courier;
	color : Black;
	margin-left : 10;
}
tt {
	font-size: x-small;
}

.specialClass {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color:green;
	font-weight: normal;
	text-decoration:underline
}

.grande {
	font-size: medium;
	line-height : 120%;
}

.piccolo {
	font-size: xx-small;
	line-height : 120%;
}

A:link {
	color: blue;
}
A:visited {
	color: purple;
}
 A:hover {
	background: Yellow;
}

dt {
	font : bold;
}
EM {
	background-color : Yellow;
	font-style : normal;
	font-weight : normal;
}

div.img-dec { 
background: url('shadow.gif') no-repeat bottom right; 
clear: right; 
float: right; 
margin: 0 0 15px 25px; 
padding: 0; 
position: relative; 
} 
  
div.img-dec img { 
background-color: #fff; 
border: 1px solid #a9a9a9; 
display: block; 
margin: -5px 5px 5px -5px; 
padding: 4px; 
position: relative; 
} 

div.img-ilus { 
background: url('shadow.gif') no-repeat bottom right; 
margin: 10px 5px; 
padding: 0;  
position: relative; 
} 
  
div.img-ilus img { 
background-color: #fff; 
border: 1px solid #a9a9a9; 
margin: -5px 5px 5px -5px; 
padding: 4px; 
position: relative; 
vertical-align: bottom; 
} 

.codice
{
	background-color: Aqua;
	color : Black;
}
/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 500px;
	 background-color: #ffffff;
         border: 1px solid #999999;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#666666;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	background-color:#ffffff;
	color:#666666;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: arial;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: 333333;
	font-size: 12px;
	font-weight:bold;
	font-family:arial;
	}
	
.rss-item a:visited {
	color:333333;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
