/* 
    Document   : graycodeblock
    Created on : June 19, 2009, 3:31 PM
    Author     : Levente Hajdu
    Description:
        Purpose of the stylesheet follows.
*/

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

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
  font-family: "Courier New";  
}


