<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #99CCFF url(images/img12.jpg) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #000000;
	
	
}

a:hover {
	text-decoration: underline;
	color:#FF9900
}

.boxed {
	padding: 10px;
	background: url(images/img5.jpg) repeat-x;
}

.heading {
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	text-align: center;
}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat;
	text-align: center;
}

#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#header h1 {
	padding-top: 30px;
	letter-spacing: 4px;
	font-size: 24px;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 14px;
}

/* Columns */

#left {
	float: left;
	width: 240px;
	margin-left: 10px;
}

#right {
	float: right;
	width: 220px;
	margin-right: 10px;
}

#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

#left li, #right li {
	margin-bottom: 1.5em;
}

#center {
	margin: 0 240px 0 260px;
}

#center ul, #center ol {
	margin-left: 3em;
}

/* Footer */

#footer {
	background: url(images/img30.jpg) repeat-x;
	text-align: center;
	font-size: 87%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
}
#content
{
background-color:#99CCFF;
text-align: center;
padding: 0.1em;
width: 630px;
border: 0;
height:450px;
}
#foto {
width : 360px;
float:left;
border: 0;
}

#testo {
width : 140px;
float: right;
border: 0;
}

</pre></body></html>