<style>


body 
{ background-color: #ffffff;
  font-family: arial;
  font-size: 10px;
}

#layout
{ position: absolute;
  top: 0px;
  left: 15px;
}

#mycolumn 
{ position: absolute;
  top: 125px;
  left: 87px;
  overflow: auto;
}

.myboxtitle
{ background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bolder;
}

.mybox
{ background-color: #ffffff;
  color: #33cccc;
  font-size: 10px;
  font-family: arial;
  width: 80px;
  overflow: auto;
}

#hostcolumn
{  position: absolute;
   top: 322px;
   left: 0px;
   overflow: auto;
}

.hostboxtitle
{ background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
  font-weight: bolder;
}

.hostbox
{ background-color: #ffffff;
  font-size: 10px;
  font-family: arial;
  text-align: right;
  width: 115px;
  overflow: auto;
}

#creditcolumn
{  position: absolute;
   top: 501px;
   left: 68px;
   overflow:auto;
}

.creditboxtitle
{ background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bolder;
}

.creditbox
{ background-color: #fffff;
  font-size: 10px;
  font-family: arial;
  text-align: center;
  width: 80px;
  overflow: auto;
}

A:link 
{ text-decoration: none; 
  color: #999999; 
}

A:visited 
{ text-decoration: none; 
  color: #cccccc; 
}

A:hover 
{ text-decoration: none; 
  color: #000000; 
  cursor: default;
}


</style>