A   { font-family: verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-style: none;
      text-decoration: underline;
      color: #A0A0FF;}
 

A:link {text-decoration: none; color: ffffff;}
A:visited {text-decoration: none; color: ffffff;}
A:active {text-decoration: none; color: ffffff;}
A:hover {color: 000000;}


.cornerthing {
 position: relative;

 background-image: url('images/gear.gif');
 background-repeat: no-repeat;
 white-space: nowrap;
 display: block;
 width: 41px;
 height: 39px;
 margin: 0;
 padding: 0;

 font-weight: bold
 }


.leftnav {
 position: relative;
 font-family: verdana, arial, helvetica, sans-serif;
 background-image: url('button-pressed.jpg');
 background-repeat: no-repeat;
 white-space: nowrap;
 display: block;
 width: 190px;
 height: 16px;
 margin: 0;
 padding: 0;

 font-weight: bold
 }
 
 .leftnav a {
 display: block;
 font-size: 12px;
 width: 190px;
 height: 16px;
 display: block;
 float: left;
 text-decoration: none;
 }
  
 .leftnav span {
 position: absolute;
 left: 18px;
 top: 11px;
 margin: 0px;
 padding: 0px;
 cursor: pointer;

 }
 
div.box {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
 }