/*****************************************************************
*  Spacemarc News 
*  Author and copyright (C): Marcello Vitagliano
*  Web site: http://www.spacemarc.it
*  License: GNU General Public License
*
*  This program is free software: you can redistribute it and/or 
*  modify it under the terms of the GNU General Public License 
*  as published by the Free Software Foundation, either version 3 
*  of the License, or (at your option) any later version.
*****************************************************************/

/* generale */
body {
	background-color: #FFFFFF; 
	color: #000000; 
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#container_print {
	width: 100%;
	}


/* spazio logo */
#logo{
	width: 300px; 
	float: left;
	text-align: left;
	}
 

/* comandi stampa */
#tools {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 11px;
	}

a:link, a:visited {
	text-decoration: none; 
	}

a:hover {
	text-decoration: underline;
	}
	
	
/* corpo notizia */
#news_print {
	text-align: left;
	font-size: 14px;
	}

/* immagine di apertura */ 
.imageap { 
	float:left;
	margin: 2px 6px 3px 0px; 
	}


/* note */
#note {
	font-size: 10px;
	text-align: center;
	color: #666666;
	border-top: 1px solid #999999;
	padding-top: 10px;
	}