html
{
  background-color:#000;
  overflow:auto;
  padding:24px 48px 36px 48px;
}

#prtr
{
  color:#fff;
  font-family:Monospace;
  font-size:12px;
  font-weight:normal;
}

#hdr
{
  margin:0 0 24px 0;
}

#hdr a
{
  color:#fff;
  font-family:Monospace;
  font-size:12px;
  font-weight:normal;
	text-decoration:underline;	
}
#hdr a:hover
{
	color:#fff;
	text-decoration:none;
}

#hdr a:active
{
  color:#f00;
  text-decoration:overline;
}

#pgup
{
  position:fixed;
  top:2px;
  left:2px;
  display:none;
}

#pgdwn
{
  position:fixed;
  bottom:10px;
  left:2px;
  display:none;
}

a {
  color:#fff;
  text-decoration:none;
  font-weight:normal;
  font-size:12px;
}

h5
{
  margin:0;
}    

p
{
  margin:0;
}

img {
  margin: 2px;
}

label
{
  background-color:#000;
  top:90px;
  display:block;
  line-height:10px; 
  padding:2px;
  position:absolute;
  right:0;
  width:90px;
}

label:hover
{
  bottom:0;
  top:auto;
}

img.lnk
{
  border: 0px;
}

.small
{
  font-size:6px;    
  margin:-30px 0px 36px 0px;
}

.arr
{
  font-size:48px;
  line-height:20px;
  padding:0;
  margin:0 0 6px -8px;
}

