/* Trio Fedele*//* Website and Associated code copyright 2005, David Gnojek*//* IMPORTANT *//* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. *//* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. *//* What you may use - .css files. *//*What you may NOT use - .jpg, .gif, and .png files. *//* basics----------------------------------------------- */body {	font-family: Lucida Grande, arial, helvetica, sans-serif;	margin: 0px;	padding: 0px;	background: #ffffff;	}p {	font-size: 0.8em;	margin: 0;	line-height: 18px;	}#content li {	font-size: 0.9em;	}.center {	text-align: center;	}a, a:link, a:visited {	text-decoration: none;	}	.clear{	clear: both;	}	img {	border: none;	}	p.header {	font-size: 1.3em;	font-weight: bold;	padding-bottom: 6px;	color: #97381c;	font-variant: small-caps;	}	p.subhead {	font-size: 0.7em;	color: #000;	}	p.body {	padding-bottom: 8px;	}h1{	text-align: left;	/*color: #97381c;*/	color: #005098;	margin-top: 0px;	}	hr {	line-style: dashed;	}