<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #000000;
}
p {
    margin: 0px;
    font-size: 18px;
    color: #787878;
    text-align: justify;
}
ps {
    margin: 0px;
    font-size: 18px;
	font-weight: bold;
    color: #FFFFFF;
    text-align: justify;
}\h1 {
    font-size: 40px;
    font-weight: bold;
    color: #FCFCFC;
    text-align: center;
}
\h2 {
    font-size: 22px;
    font-weight: bold;
    color: #787878;
    text-align: center;
}
\h3 {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
\h5 {
	font-size: 32px;
	font-weight: bold;
	color: #808080;
	text-align: center;

}
h6 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: rgba(9,134,150,1.00);
	text-decoration: none;
}
img {
	display: block;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
    margin-right: auto;
    margin-left: auto;
    width: 1025px;
}
#logoarchivio {
	margin-top: 50px;
	margin-bottom: 50px;
}
/*#navdiv {
	margin-top: 100px;
}
#linkdiv1 {
	width: 100px;
}
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}*/
</pre></body></html>