﻿th   { font-family: helvetica,sans-serif,verdana,arial; font-size: 11pt; }
td   { font-family: helvetica,sans-serif,verdana,arial; font-size: 11pt; }
li   { font-family: helvetica,sans-serif,verdana,arial; font-size: 11pt; }
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	bgcolor= #000;
	color: #FFF;
	background-color: #000;
}
h1   { 
	font-family: Verdana,arial,helvetica,sans-serif; 
	font-size: 18pt; color:#FFFFFF
}
h2   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #F96;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F00;
}
/* recipes_ice settings */
/*definizione del layout */
.column_left {
	valign:top;
	width:170;
}
.column_right {
	valign:top;
	width:140;
}
.img_text {
	border: 10px solid #000;
}
.style_paragrafo {
	text-align: justify;
}
.style_titolo {
	text-align: center;
}
.style_paragrafo_RED {
	text-align: justify;
	color: #FF0000;
}
.style_color_white {
	color: #FFFFFF;
}
.title_table {
	width: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}
.grey_table {
	background-color: #666;
}
.content_table {
	width: 100%;
	cellpadding: 40;
	padding-right: 10px;
	padding-left: 10px;
}
.current_group {
	bgcolor: #333333;
	width: 100%;
	font color: #cccccc;
	size: 1;
}
.feedback_box {
	align: center;
}
#content {
	position:absolute;
	left:198px;
	top:110px;
	width:780px;
	z-index:1;
	padding: 10px;
	border: 3px solid #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

