body
{
  font-family: verdana, helvetica, arial;
  font-size: 11pt;
  color: #ffffff;
  background-color: #333333;
}

a:link, a:visited
{
  color: #000000;
  text-decoration: none;
}

a:hover, a:active
{
  color: #ff9933;
  text-decoration: underline;
}

div#imagebox
{
  position: relative;
  top: 20px;
}

div#textbox
{
  position: relative;
  top: 30px;
}

img#borderw
{
  border-style: solid;
  border-color: #ffffff;
  border-width: 10px 10px 10px 10px;
}

img#borderb
{
  border-style: solid;
  border-color: #000000;
  border-width: 10px 10px 10px 10px;
}

img#borderno
{
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}

span#description
{
  margin-right: 5px;
  font-weight: bold;
}



