body {background: #bbbbbb}

div,p,td,ul,li,h1,h2,h3,dl,dt,dd {font-family: verdana; color:#666666; font-size:small; text-align:justify}
h1 {font-size:large; margin-top: 50px}
h2 {font-weight:bold}
h3 {font-style:italic}

h1#primo {margin-top: 0px}
ul.spaced {margin-top: 0px; margin-bottom: 10px}
li.spaced {margin-bottom: 15px}
ul li {list-style-type: square}
ul li ul li {list-style-type: disc}
ul li ol li {list-style-type: decimal}

p {margin: 0px 0px 5px 25px}

a.newlink:link {color: #666666; text-decoration: none}     /* unvisited link */
a.newlink:visited {color: #666666; text-decoration: none}  /* visited link */
a.newlink:hover {color: #000000; text-decoration: none}    /* mouse over link */
a.newlink:active {color: #000000; text-decoration: none}   /* selected link */

a.download:link {color: #52AAD6; font-weight:normal; text-decoration: none}      /* unvisited link */
a.download:visited {color: #52AAD6; font-weight:normal; text-decoration: none}   /* visited link */
a.download:hover {color:#2955D6; font-weight:normal; text-decoration: none}      /* mouse over link */
a.download:active {color:#2955D6; font-weight:normal; text-decoration: none}     /* selected link */

.freeze 
{ 
	position: fixed; 
	top: 30px;
	right: 30px;
	font-family: verdana;
	font-size: large;
	font-weight: bold;
}

.freeze a:link {color: #666666; text-decoration: none} 		/* unvisited link */
.freeze a:visited {color: #666666; text-decoration: none} 	/* visited link */
.freeze a:hover {color: #000000; text-decoration: none} 	/* mouse over link */
.freeze a:active {color: #000000; text-decoration: none} 	/* selected link */

div.title {border-bottom: #970100 2px solid;} 
p.title {margin-left: 0px; font-size:x-large; color: #970100}
p.subtitle {margin-left: 0px; margin-top: 10px; font-style:italic; color: #970100}
p.lastupdate {margin-top:50px; text-align: right}
p.noire {margin-left: 0px; margin-top: 10px}

p.w3c
{
    position: fixed;
    right: 10px;
    bottom: 10px;
}

img
{  
	border-style: none; 
}

.wrapper {
   position: absolute;
   padding: 40px;
   left: 50%;
   width: 920px;
   margin-left: -500px;
   margin-top: 25px;
   background: center center url('images/penrose.gif');
   border: 2px solid #666666;
   }
