/******************************************************
 * style for www.bfsf.it transitional version         *
 * Last update: 2004-11-10                            *
 * Info: Andrea Ganduglia - radio(AT)frequenze.it     *
 ******************************************************/
     
/* common style */
body { 
	margin:0; padding:0;
	background-color:white;
	font-size:13px; font-family:verdana,arial,helvetica,sans-serif;
	position:relative;
}
							
a:link, a:visited {color:blue; text-decoration:underline;}
a:hover, a:active {color:red; text-decoration:none;}
							
/* top style */
div.top {
background-color: rgb(217, 220, 194);
border-bottom: solid 1px #000;
}

div.top h1#titlepage {
/*position:absolute; top:5px; right:5px;*/
float:right; padding-right:5px;
font-size:15px;
}

div.cornice {width:768px; margin-top:30px;}
/* menu style */
div.menu {float:left; width:230px; font-size:12px;}
div.menu ul, div.menu li {
list-style:none;
}
																		
div.menu a:link, div.menu a:visited {color:black; text-decoration:none;}
div.menu a:hover, div.menu a:active {color:black; text-decoration:underline;}
																			
/* contents style */
div.testo {float:right; width:538px;}
div.testo h1 {font-size:18px;}
div.testo p {line-height:1.3em;}
p.nota {font-size:10px;}

/****************************************************/
/*               START PRINT STYLE                  */
/*         People should be print out page          */
/****************************************************/
																				
@media print{
body {font-size:100%; font-family:serif;}
div.top h1#titlepage {display:block; float:left;}
img, div.menu {display:none;}
div.cornice, div.testo {float:left; width:98%;}
}
