
     A         {text-decoration: underline; color: #000000;}
     A:link    {text-decoration: underline; color: #000000;}
     A:visited {text-decoration: underline; color: #000000;}
     A:active  {text-decoration: underline; color: #FF0000;}
     A:hover  {text-decoration: underline; color: #FF0000;}


	body
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		scrollbar-face-color: #E0F7FF;
		scrollbar-shadow-color:#cccccc;
		scrollbar-highlight-color:#ffffff;
		scrollbar-3dlight-color:#808080;
		scrollbar-darkshadow-color:#808080;
		scrollbar-track-color:#eeeeee;
		scrollbar-arrow-color:black;
	}

	 table,td
	 {
	 	font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
	 }
	 
	 h3
	 {
		color:#E04DA6;
		font-weight:bold;
		font-size:25pt;
		font-family:"Monotype Corsiva";
	 }
	 
	.recipeTable
	{
		border:0px solid black;
		padding:5px;
	}
	
	.foto
	{
		text-align:center;
	}
	
	.contenuto
	{
		text-align:justify;
		overflow-y:scroll;
	}
	
	li
	{
		margin:5px;
		list-style-type:square;
	}
	
	button,INPUT.submit
	{
		background-color:white;
		border:1px solid #E04DA6;
	}
	
	.recFooter
	{
		padding:10px;
		text-align:center;
	}
	
	.introContainer
	{
		width:100%;
		height:300;
	}
	
	.list
	{
		list-style-image:url(../images/arr1.gif);
		margin:20px;
		border:1px dashed #bcbdd7;
		padding:5px;
	}
	
	.sectionContainer
	{
		border:0px dashed black;
		padding:0px;
		margin:5px;
	}
	
	.conBordo
	{
		border:1px solid #bcbdd7;
	}
	
	.ricetta:link, .ricetta:visited, .ricetta:active
	{
		text-decoration:none;
		background-color:white;
		border:1px solid #cccccc;
		width:500px;
		margin:1px;
		display:table;
	}
	
	.ricetta:hover
	{
		text-decoration:none;
		background-color:#eeeeee;
		cursor:hand;
		border:1px solid #cccccc;
		width:500px;
		margin:1px;
		display:table;
	}
	
	.commento
	{
		width:500px;
		border:1px solid #cccccc;
		background-color:white;
		margin:5px;
	}
	
	.contenitoreCommenti
	{
		width:450px;
	}
	
	.commentoSingolo
	{
		width:400px;
		border:1px solid #E04DA6;
		margin:5px;
	}
	
	.testaCommento
	{
		width:400px;
		border:1px solid #cccccc;
		background-color:#eeeeee;
	}
	
	.corpoCommento
	{
		width:400px;
		text-align:justify;
		border:1px solid #cccccc;
		background-color:white;
	}
	
	textarea
	{
		width:400px;
		height:350px;
		font-style:italic;
	}
	
	embed
	{
		margin:0px;
		padding:0px;
	}
	
	.stat {
		margin:0px;
		padding:0px;
		background-image:url(../images/stats.jpg);
		height:31px;
		width:88px;
		text-align:center;
		color:white;
		font-weight:bold;
	}
	
	img {
		border:0px;
	}

