/* CSS Document */
body{
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
	
h1{ font-size: 1em; color: #c00; }
h2{ font-size: 0.95em; color: #c39; }
h3{ font-size: 0.9em; color: #c00; }

.clear { clear:both; margin:0; padding:0;}

#logo { border: 0px;}

ul li {
	font-family:inherit;
	font-size:0.8em;
	line-height:inherit;
	list-style-type: none;
	text-indent: -1em;
	padding: 0em;
	margin: 0em;
	}
	
p {
	font-family:inherit;
	font-size:0.8em;
	padding-bottom: 0.1em;
	}
	
.cc3399, .c39 { color: #c39; }
.c00 { color: #c00; }

.piccolo{
	font-size: 40%;
	}

.moltopiccolo{
	font-size: 20%;
	}

#wordpressblog {
	padding: 5px 0 5px 0;
	background-color: #CBD9DA; 
	background-image:url(/img/wordpress-logo.jpg); 
	background-position:right top; 
	background-repeat:no-repeat;
	}

#cocktail {
	padding: 5px 0 5px 0;
	background-color: #FFCCFF; 
	background-position:right top; 
	background-repeat:no-repeat;
	}
