/* Stylesheet for Pasta e Basta */

BODY  { background-color: white; margin: 0 }
	
/* GENERAL fonts */
P, OL, UL, DIV, TD {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
INPUT, SELECT, TEXTAREA { 
    font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E4DAC5
	}
.content   { color: #666; font-size: 10px; font-family: verdana; font-weight: normal; padding-top: 15px; padding-bottom: 15px; padding-left: 15px }


a:link{font-family: Arial Narrow; color: blue; text-decoration: none;font-size:12px;}
a:visited{font-family: Arial Narrow; color: blue; text-decoration: none;font-size:12px;}
a:active{font-family: Arial Narrow; color: blue; text-decoration: none;font-size:12px;}
a:hover{font-family: Arial Narrow; color: black; text-decoration: underline;font-size:12px;}