	@charset "UTF-8";
	body {
		font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
		font-size: 120%;
		margin: 0;
		padding: 0;
		background-color: #000;
		color: #FFF;
	}	
	.escrita {background-image: url(/bin/images/patterns/tartan-blackchiq.png);}
	.biografia {background-image: url(/bin/images/patterns/stripes-blues.png);}
	.it {background-image: url(/bin/images/patterns/tartan-greygreen.png);}
	
	/* Lists */
	ul, ol, dl {
		padding: 0;
		margin: 0;
	}
	ul.circle {list-style-type: circle;}
	ol.roman {list-style-type: upper-roman;}
	ol.number {list-style-type: decimal;}
	ol.letter {list-style-type: lower-alpha;}
	
	/* Styling for your site's links must remain in this order */
	a img {
		border: none;
		text-align: center;
	}
	a:link, a:visited {
		color: #C0C0C0;
		text-decoration: underline;
	}
	/*
	a:visited {
		color: #BF00BF;
		text-decoration: underline;
	}
	*/
	a:hover, a:active, a:focus {
		color: red;
		text-decoration: underline;
	}
	a.bluedflt {color: blue;}
	
	h1, h2, h3, h4, h5, h6, p {
		margin-top: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	/* this container surrounds all other divs giving them their percentage-based width */
	.container { }
	
	/*  This is the layout information.  */
	.content {
		padding-left: 7%;
		padding-right: 7%;
		margin-left:auto;
		margin-right:auto;
		text-align: justify;
	}
	
	/*  This grouped selector gives the lists in the .content area space  */
	.content ul, .content ol { 
		padding: 0 15px 15px 40px;
	}
	
	/*  miscellaneous float/clear classes  */
	.fltrt {
		float: right;
		margin-left: 8px;
	}
	.fltlft {
		float: left;
		margin-right: 8px;
	}
	.clearfloat {
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	
	table.borderless {
		border: none;
		border-spacing: 0;
	}
	
	p.copyright {
		font-size: 0.75em;
		font-style: italic;
		text-align: center;
	}
	
	/* Classes used by the navigation footer */	
	.navfoot-body {
		font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
		font-size: 8pt;
		margin: 0;
		padding: 0;
		color: #FFF;
	}	
	.navfoot-header {
		font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		margin: 0;
		padding: 0;
		color: #C0C0C0;
	}
	
	.black-bkgd {background-color: #000;}
	
	/* Style of black tables (<td> tag) with gradient on edges */
	td.up {
		height: 45px;
		background: url('/bin/images/others/gradU.png') repeat;
	}
	td.down {
		height: 45px;
		background: url('/bin/images/others/gradD.png') repeat;
	}
	td.left {
		width: 45px;
		background: url('/bin/images/others/gradL.png') repeat;
	}
	td.right {
		width: 45px;
		background: url('/bin/images/others/gradR.png') repeat;
	}
	td.cornerUL { 
		width: 45px; height: 45px;
		background: url('/bin/images/others/gradCornerUL.png') no-repeat;
	}
	td.cornerUR {
		width: 45px; height: 45px;
		background: url('/bin/images/others/gradCornerUR.png') no-repeat;
	}
	td.cornerDL {
		width: 45px; height: 45px;
		background: url('/bin/images/others/gradCornerDL.png') no-repeat;
	}
	td.cornerDR {
		width: 45px; height: 45px;
		background: url('/bin/images/others/gradCornerDR.png') no-repeat;
	}
