/*	This is the main CSS code for this web site	Author: Cristiano Guglielmetti <guglielmetti@tin.it>*//*	Page links declaration*/A:link{	COLOR: #0066cc;	TEXT-DECORATION: underline;}A:visited{	COLOR: #0066cc;	TEXT-DECORATION: underline;}A:hover{	BACKGROUND: #ffa;	TEXT-DECORATION: underline;}/* Body declaration */BODY{	BACKGROUND-COLOR: #ffffff;	MARGIN-TOP: 0;	MARGIN-LEFT: 0;	MARGIN-RIGHT: 0;	MARGIN-BOTTOM: 0;}/* HR and LI declarations */LI{	margin-top: 7px;}HR{	COLOR:	#0066cc;	WIDTH: 100%;	HEIGHT: 1px;}/* Blockquote tag declaration */BLOCKQUOTE{	BACKGROUND-COLOR: #f3f3f3;}.BLOCKQUOTE-b /* Used only for the "Search Page" */{	BACKGROUND-COLOR: #ffffff;}/* Main text declaration */.maintext{	FONT-FAMILY: Verdana;	FONT-SIZE: 8pt;	COLOR: #0066cc;}/* Contacts background declaration */.contacts{	BACKGROUND-COLOR: #e1fffc;}/* Gallery declaration */.gallery{	BORDER-TOP: #0066cc 1px solid;	BORDER-LEFT: #0066cc 1px solid;	BORDER-RIGHT: #0066cc 1px solid;	BORDER-BOTTOM: #0066cc 1px solid;}/* Special class "fulldown" declaration, "never-end" navbar */.fulldown{	HEIGHT: 100%;}/* Navbar text declaration */.navbar{	FONT-FAMILY: Verdana;	FONT-SIZE: 8pt;	FONT-WEIGHT: BOLD;	COLOR: #ffffff;	BACKGROUND-COLOR: #0066cc;}/* Navbar links declaration */A.navbar:link{	COLOR: #ffffff;	TEXT-DECORATION: none;}A.navbar:visited{	COLOR: #ffffff;	TEXT-DECORATION: none;}A.navbar:hover{	COLOR: #0066cc;	BACKGROUND: #e1fffc;	TEXT-DECORATION: none;}/* Navbar box declaration */.navbar-box1{	BORDER-TOP: #e1fffc 1px solid;	BORDER-LEFT: #e1fffc 1px solid;	BORDER-RIGHT: #e1fffc 1px solid;	BORDER-BOTTOM: #e1fffc 1px solid;}