body{																		
background-color: green;													
margin: 0;																
padding: 0;																	
}
#testata {
background-image: url(testata.jpg);											
background-repeat: repeat;
margin: 0;
padding: 0;
}
#menu {
background-image: url(menu.jpg);
float: left;
width: 200px;
height: 780px;
}
#contenuti {
background-image: url(sfondo.jpg);
background-repeat: repeat-y;
margin: 0 0 0 201px;
}
#testo {
margin: 0 0 0 160px;
overflow: scroll;
height: 780px;
}
#data {
position: absolute;
top: 50px;
right: 20px;
}
#ora {
position: absolute;
top: 50px;
left: 20px;
}
#logo {
margin-left: 150px;
}
#scritta {
position: absolute;
top: 50px;
left: 450px;
font-size: xx-large;
color: green;
}
#center {
text-align: center;
}
h2 {
color: blue;
font-size: xx-large;
}
table{
border: 1px solid black;
table-layout: fixed;
width: auto;
}
td{
border: 1px solid black;
}
.info {
width : 20%;
}
.convegno
{
width: 80%;
}
#red {
color: red;
}
#sbarrato {
text-decoration: line-through;
}
.successo
{
font-size: 160%;
}
