@charset "UTF-8";


/*
 * @author: andrea@agdev.net
 * @since: Mon Mar 23 18:46:10 CET 2009
 * @file: template.css
 * @project: sanoil.it
 *
 *
 */

body {
	background-color:#FFFFFF;
}

a, a:visited {
	text-decoration:none;
	color:#000;
}

.displaycode {margin-top: 0; margin-bottom: 0; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 11px}
.boldcode {font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 11px; font-weight: bold}
div#code-outline {
	background-color:#eeeeee; 
	border: 1px solid #ccc; 
	padding: 5px 5px 5px 5px;
	width:500px;
}


.footer { 
		margin: 1em 0 0.2em 0; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
}

.img {
	margin-right:50px;
}