html
{
height: 100%;
}
body
{
height: 100%;
background-color: #999999;
padding: 0px;
margin: 0px;
}
img
{
border: none;
}
table
{
font-family: Verdana, sans-serif;
color: #000000;
font-size: 12px;
line-height: 18px;
}
a
{
color: #000000;
}
a:hover
{
color: #666666;
}
ol
{
margin-left: -23px;
}
ul
{
margin-left: -23px;
}
div.hidden
{
visibility: hidden;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
}
div.button_prev_next
{
cursor: pointer;
}