html {height:100%;
            margin: 0;
            padding: 0;
      }
body {color: black;
      background-color: silver;
      background-image:url(images/61.jpg);
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 15px;
      padding: 5px; }
	
 
a {text-decoration : none;}
p {clear : both;
   font : 10px Verdana, sans-serif;
   padding : 10px 0;
   text-align : center;
  }
p a {background : inherit;
     color : #777;
    }
p a:hover {background : inherit;
           color : #000;
          }
.hoverbox {cursor : default;
           list-style : none;
          }
.hoverbox a {cursor : default;}
.hoverbox a .preview {display : none;}
.hoverbox a:hover .preview {display : block;
                            position : absolute;
                            top : -33px;
                            left : -45px;
                            z-index : 1;
                           }
.hoverbox img {background : #fff;
               border-color : #d90000;
               border-style : solid;
               border-width : 1px;
               color : inherit;
               padding : 2px;
               vertical-align : top;
               width : 100px;
               height : 75px;
              }
.hoverbox li  {display : inline;
               right : -80px;
               margin : 3px;
               position : relative;
              }
.hoverbox .preview {border-color : #000;
                    width : 250px;
                    height : 200px;
                   }