a:hover{ 
    color: orange; 
    } 
a:link{ 
    text-decoration: none; 
    } 
body.body{ 
    padding: 0px; 
    background-color: rgb(51, 103, 153); 
    width:1024px; 
    margin: auto; 
    } 
table.bodytable{  
    text-align: center;  
    vertical-align: top; 
    height: 100%; 
    background-image: url("sfondo205.gif"); 
    } 
.colorred{ 
    color: red; 
    } 
.coloryellow{ 
    color: yellow; 
    } 
.colorgreen{ 
    color: green; 
    } 
.colorblack{ 
    color: black; 
    } 
.colororange{ 
    color: orange; 
    } 
.colorgray{ 
    color: gray; 
    } 
.colorbrown{ 
    color: brown; 
    } 
.colorblue{ 
    color: blue; 
    } 
h1.printer{ 
    color: green; 
    text-align: center; 
    } 
img.printer{ 
    width: 64px; 
    height: 64px; 
    text-align: center; 
    } 
img.shark24{ 
    width: 24px; 
    height: 24px; 
    border: 0px; 
    } 
.textstyle { 
    /* style attributes for the comments below the pictures */ 
    font-family: Arial; 
    font-size: 8pt; 
    color:#666666; 
    text-align:center; 
    } 
.imagestyle { 
    /* style attributes for the images */ 
    padding:5px; 
    } 
.boxstyle{ 
    /* style attributes for the slideshow-box */ 
        border-style:solid; 
    border-width:1px; 
    border-color:white; 
     
    /* shadow for Firefox */ 
    -moz-box-shadow: 3px 3px 5px #AAAAAA; 

    /* shadow for Safari and Chrome */ 
    -webkit-box-shadow: 3px 3px 5px #AAAAAA; 

    /* shadow for Opera */ 
    box-shadow: 3px 3px 5px #AAAAAA; 
     
    /* background-color */ 
    background-color:#F6F6F6; 
    } 
.footer{ 
       position: fixed;     
       text-align: center;    
       bottom: 0px; 
       width: 100%;
   }  
.copyright {
	float: left;
    /* padding-bottom: 10px;
	padding-top: 10px; */
	text-align: center;
	bottom: 0px;
	width: 100%;
    }
