/* 
    Document   : screen.css
    Created on : 06.07.2009, 10:59:29
    Author     : rv
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

pre.codex {
   background-color: rgb(17, 17, 17);
   color: rgb(51, 255, 0);
}

p.breadcrumb {
   
   font-size: 12px;
   font-variant: small-caps;
}

tr>th {
   
   border-bottom-style: solid;
}

