html, body {
   background-color:#EDEDED;
   font-family:Verdana, Sans-Serif;
   font-size:15px;
   color:black;
   font-weight:normal;
   }
a 
   {
   color:#6b6b6b;
   text-decoration:none;
   }
a:visited 
  {
  color:#929292;
  text-decoration:none;
  }
a:hover
  {
  color:#6b6b6b;
  text-decoration:underline;
  }
a:active
  {
  color:#6b6b6b;
  text-decoration:underline;
  }

div.centry
  {
  position:absolute;
  left:50%; top:50%;
  WIDTH: 10px;
  height: 10px;
  }
div.box
  {
  position:relative;
  float:top;
  top:-127px;
  left:-200px;
  width: 400px;
  HEIGHT: 259px;
  background-color:white;
  border:solid 1px #ABABAB;
  /*border-right-width:2px;
  border-bottom-width:2px;*/
  overflow:hidden;
  }
/*div.title
  {
  background-color:#6699CC;
  font-size:8px;
  color:white;
  font-weight:bold;
  text-align:center;
  padding-left:0px;
  padding-top:7px;
  padding-bottom:7px;
  border-bottom:solid 1px #95954d;
  }*/
div.toplinks
  {
  position:relative;
  top:-414px;
  width:455px;
  left:-225px;
  text-align:center;
  }

