body {
	background-image: url(fond01.jpg);
        margin: 40; 50; 50; 40;
		font-size : 150%;
        color: #FFFFE0;
	height:500px;
}
 .thumb {

     width : 50px;
     height : 35px;
     margin : 1px;
     float : left;
     display : block;

}
 .thumb a {

     display : block;

}
 .thumb a:hover {

     position : absolute;

}
 body &gt; .thumb a:hover {

     position : relative;

}
 .thumb a img {

     margin : 0;
     padding : 0;
     width : 50px;
     height : 40px;

}
 .thumb a:hover img {

     position : relative;
     left : 0;
     top : 80px;
     width : 400px;
     height : 300px;

}
 h1 {

     font-family : comic sans ms, sans-serif;
     font-size : 150%;
     color : #FB7922;
     background-color : ffffe0;
     text-align : left;
     margin-right : 50px;
     margin-left : 50px;
}
 h2 {

     font-family : comic sans ms, sans-serif;
     font-size : 100%;
     color : #ffa500;
     background-color : transparent;
     text-align : left;
     margin-left : 50px;
     margin-right : 50px;

}
 h3 {

     font-family : comic sans ms, sans-serif;
     font-size : 80%;
     color : #ffa500;
     background-color : transparent;
     text-align : left;

}
 h6 {

     font-family : comic sans ms, sans-serif;
     font-size : 100%;
     color : #fffff0;
     background-color : transparent;
     text-align : left;

}

 p {

     font-family : comic sans ms, sans-serif;
     font-size : 110%;
     color : #fffff0;
     background-color : transparent;
     text-align : left;
     margin-left :100px;
     margin-right : 20px;

}
 li {

     font-family : comic sans ms, sans-serif;
     font-size : 80%;
     color : #ffa500;
     background-color : transparent;
     text-align : left;
     margin-right : 40px;
     margin-left : 40px;

}
 a:link {

     font-family : comic sans ms, sans-serif;
     font-size : 80%;
     color : #990000;
     background-color : transparent;
     text-decoration : underline;

}
 a:visited {

     font-family : comic sans ms, sans-serif;
     font-size : 80%;
     color : #CCFF00;
     background-color : transparent;
     text-decoration : underline;

}
 a:hover {

     font-family : comic sans ms, sans-serif;
     font-size : 80%;
     color : #FF0000;
     background-color : transparent;
     text-decoration : underline;

}
table { margin-left: auto;
   margin-right: auto;
   background-color: #f5f5dc;
   border-collapse: collapse;
   border: 1px solid #c5c589;
   empty-cells: hide;
}
td { color: #000000;
   font-size: 100%;
   text-align: center;
   vertical-align: baseline;
   border: 1px solid #c5c589;
}
img { border: none;
}
a { color: blue;
   font-size: 10pt;
   text-decoration: none;
}
a:hover { text-decoration: underline;
}
