.showyellow {border: 2px solid #ff6;}
a.showyellow {color: #000;}
a.showyellow:hover {text-decoration: none;}
a.showyellow:visited {color: #000;}
.hideyellow {border: 2px solid #fff;;}
a.hideyellow {color: #000;}
a.hideyellow:hover {text-decoration: none;}
a.hideyellow:visited {color: #000;}
.showorange {border: 2px solid #fc3;}
a.showorange {color: #000;}
a.showorange:hover {text-decoration: none;}
a.showorange:visited {color: #000;}
.hideorange {border: 2px solid #fff;}
a.hideorange {color: #000;}
a.hideorange:hover {text-decoration: none;}
a.hideorange:visited {color: #000;}
#header {
  width: 100%
}
h2.papcat {
  display: inline;
  float: left;
  margin-bottom: 0.25em;
  margin-top: 0;
}
#options {
  float: right; 
  width: 230px;
  text-align: right;
} 

#optionbuttons {
  display: none;
  width: 40px;
} 

#options img { 
  border: 0;
  margin-left: 3px;
}

hr.clear {
  clear: both;
}

