A {text-decoration: none;}
A:hover {text-decoration: none;}

body {
background-image: url('graphics/background1.gif');
background-repeat: repeat-y;
background-color: black;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid grey;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #F0DBBC;
min-width: 71px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

