/* 
    Document   : rss
    Created on : 2-apr-2010, 12:37:51
    Author     : jeroen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#disc_box
{
  height: 16px;
  width: 98%;
  float: left;
  overflow: hidden;
  /*background-color: #e9eaff;*/
  background-color: #efefef;
  cursor: pointer;
}

#disc_box a
{
  color: #00009f;
}
