#left-column, #right-column
{
   display: none;    /* hide the left and right columns as well as
               the horizontal menu at the top of the
               page */
}
#page-container, #outer-column-container, #source-order-container,
#middle-column, #inner-column-container
{
   border-width: 0;
   margin: 0;
   padding: 0;    /* get rid of any gutter space and borders
               on elements that are no longer needed with
               the removal of the left and right columns */
}
#page-container, #inner-column-container
{
   border-width: 0;  /* remove borders around the page */
}
#source-order-container, #middle-column
{
   float: none;      /* no need to float anything now since we're
               just showing the middle column. */
}
*
{
   color: #000 !important; /* make sure everything is black text */
}
a, a:link, a:visited
{
   text-decoration: none;  /* don't underline hyperlinks */
}
